You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
As for the up-down arrows, I found them to be quite useless, so as of v1.1.21 of PolymerElements/paper-input you can hide the internal input's up-down arrows using the --paper-input-container-input-webkit-spinner mixin:
/* paper-input */ .slider-input { width: 50px;
just change the width to 70px
It's been a year and the developer has not fixed this in the demo for this component so it's never going to be fixed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Polymer demo page (https://elements.polymer-project.org/elements/paper-slider?view=demo:demo/index.html&active=paper-slider) if you set the value to 255 the last number is partially covered by the up-down buttons.
The problem is even worse when the max value is above 1000. In such a case the last number is not visible at all.
Tested on Chrome 53.0.2785.101.
The text was updated successfully, but these errors were encountered: