This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
model for blank input type=number field should be NaN #576
Closed
Description
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
.
Whereas yields:
You also get these same results when the input field contains any invalid text (i.e., text not recognized as a number).
Metadata
Metadata
Assignees
Labels
No labels