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
<!-- Now I'm able to write following --><inputis="cs-input-text" value="{{value}}"><!-- instead of --><inputis="cs-input-text" value="{{value::input}}">
However, Polymer overrides input.value with the same value when data-binding goes downwards and causes cursor to move from its current position to the end of the text.
Description
I've created small behavior for myself to simplify data binding to type-extension element
input[is=cs-input-text]
like following:The idea is that:
However, Polymer overrides
input.value
with the same value when data-binding goes downwards and causes cursor to move from its current position to the end of the text.Live Demo
https://jsbin.com/juvimisefu/1/edit?html,output
Steps to Reproduce (on Demo)
><
Expected Results
Cursor remains right after typed character
Actual Results
Cursor moved to the end of the text
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: