paper-slider icon indicating copy to clipboard operation
paper-slider copied to clipboard

A Material Design slider

Results 47 paper-slider issues
Sort by recently updated
recently updated
newest added

Hey, It's BB from Vaadin again. Last week, we featured paper-slider in the blog post ["Top slider components using Material Design"](https://vaadin.com/blog/top-slider-components-using-material-design). Even cooler, it seems like the majority prefers your...

I can't see a way to make the slider logarithmic in value. Is there a way to do this, if not is there a plan to implement logarithmic control ?

enhancement

### Description When paper-slider is editable and it has min, max values: 1. Slide or type the max value possible 2. Insert a number greater than the max value ###...

### Description VoiceOver tells users to control a slider using **ctrl-option-left/right**, but it's actually controlled with **shift-left/right**. ### Expected outcome Either: * The sliders are controllable with ctrl-option-left/right OR *...

### Description `paper-slider` added RTL support via `:host-context([dir="rtl"])` in https://github.com/PolymerElements/paper-slider/pull/181 This is super, except there are a few ways of changing text direction that it doesn't detect. For example: ```css...

source: hooli

Fixes https://github.com/PolymerElements/paper-slider/issues/190

cla: yes

`paper-slider` has margins on div#sliderContainer[1] which is in the element's shadow DOM and not reachable by mixins or any other means. Users of the component should have some way to...

### Description At certain zoom levels, the knob of a `` is not round; it becomes an oval due to subpixel rounding. ### Expected outcome Roundness at all zoom levels...

source: hooli

### Description After dragging knob with mouse, keyboard tap events will stop working on rest of page. ### Expected outcome Dragging knob with mouse does not interfere with subsequent keyboard...

source: hooli

### Description Typing a value into the spinner that's outside the min/max range a second, third, etc time does not update the spinner to the corresponding min/max value. The first...