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

On Android with Talkback: This is not optimized for use with Talkback quite yet. Right now, when I focus one of the sliders, Talkback tells me ""Seat control, 50%"". When...

a11y
p1 - backlog

The paper-slider's `value` property returns a string under the following conditions: - The `value` property is bound to the property of an object, like so: `value="{{foo.bar}}"` - The paper-slider has...

p1 - backlog

Imagine we have a series of horizontal paper-slider on a touch screen like so: ``` ---------------o------ -------------o-------- -------------------o-- -o-------------------- ``` Scrolling down the page becomes very difficult as there are...

enhancement
p2 - icebox

The following CSS selector is not being applied when at the minimum value: .disabled.ring > #sliderKnob > #sliderKnobInner { background-color: transparent; } This results in the background-color being set by...

enhancement
p1 - backlog

With paper-sliver in version "1.0.3" The slider not change the display value (in editable or not), when the binding value is set to `undefined`. The problem is the slider keep...

enhancement
p1 - backlog

Would be great to be able to bind a value to immediateValue, especially two-way binding. Currently need to do repeated calls to increment() and decrement() to change value. It just...

enhancement
api-feedback
documentation
p1 - backlog

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.0.0 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies