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
A workaround would be to add some indirection when setting the property w/ a change handler function, but I don't see anything in our documentation capturing this behavior.
The text was updated successfully, but these errors were encountered:
I was told that I could set type="number" for the , however I tried that in a similar demo to the one garlicnation posted and was not able to get it to work.
Bind a number-valued property to native input, change the input, the property is now a string.
Demo:
http://garlicnation.github.io/polymer/demo/
https://github.com/garlicnation/polymer/tree/nativeInputTypes/demo
A workaround would be to add some indirection when setting the property w/ a change handler function, but I don't see anything in our documentation capturing this behavior.
The text was updated successfully, but these errors were encountered: