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 was archived by the owner on Feb 22, 2018. It is now read-only.
Currently a model property associated with an input of type=number is set to null when the field is plank. It should be set to NaN, consistent with the value returned by InputElement.valueAsNumber.
E.g., in Chrome yields:
Whereas yields:
You also get these same results when the input field contains any invalid text (i.e., text not recognized as a number).