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

### Description Use of a nested attribute passed to a paper-slider will cause it to always set a string value. ### Expected outcome `paper-slider` should set a number. ### Actual...

```css paper-slider { line-height: normal; } ``` https://jsfiddle.net/StartPolymer/y1w56395/

### Description After setting --paper-slider-height: 2px; the element sometimes renders as 2px tall, and other times as 3px tall. It is reproducible with different pixel values. ### Expected outcome All...

added needed mixins to style the component from outside.

cla: yes

Solves https://github.com/PolymerElements/paper-slider/issues/133 although with a little more customization than suggested there. I've added an optional pinLabel property that if set, will be used for the pin label instead of just...

cla: yes

### Description Pressing up/down/left/right will change the slider value but will also scroll the screen. ### Expected outcome The page should not scroll. Other elements (e.g. up/down in paper-listbox) do...

### Description According to lighthouse report, the element paper-slider should use passive listeners for better scroll performance. ### Live Demo Just audit https://polytimer.rocks on lighthouse and check the first item...

### Description A stepped editable slider doesn't update the internal paper-input with the clamped value when set by typing in the number input to a value within one step of...

### Description paper-slider crashes an attempt to create a new array with a negative number of entries. This is because I am setting `min` and `max` (and `step`) via databinding...

### Description There's an editable paper-slider in an element of my app that's binded to some computed properties in my main page that update on the fly some information on...