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.
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 screen. I want this to happen "instantly" on any input on the slider, but I'm having trouble with the input field "spinners",
I expect that whenever user drags the slider or inputs a value, this.value updates instantly.
Actual outcome
It works flawless when dragging the knob or entering text on the edit input field. But when clicking on the "arrow buttons" that browsers show on numeric input fields (a.k.a. spinners), immediateValue only updates after first click, following clicks don't act the same way until mouse pointer moves.
The text was updated successfully, but these errors were encountered:
davidptm56
changed the title
Spinners on input field (editable mode) don't update immediateValue until cursor moves
Spinners on input field (editable mode) don't update immediateValue until mouse pointer moves
Oct 22, 2016
davidptm56
changed the title
Spinners on input field (editable mode) don't update immediateValue until mouse pointer moves
Spinners on input field (editable mode) don't update immediateValue until input loses focus
Oct 22, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 screen. I want this to happen "instantly" on any input on the slider, but I'm having trouble with the input field "spinners",
I'm running (Polymer v1.7):
Expected outcome
I expect that whenever user drags the slider or inputs a value,
this.value
updates instantly.Actual outcome
It works flawless when dragging the knob or entering text on the edit input field. But when clicking on the "arrow buttons" that browsers show on numeric input fields (a.k.a. spinners), immediateValue only updates after first click, following clicks don't act the same way until mouse pointer moves.
The text was updated successfully, but these errors were encountered: