This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
input[number] throws required-validation-error instead of number-validation-error #6955
Closed
Description
Example straight from the docs: http://plnkr.co/edit/ngdoc:example-number-input-directive@snapshot?p=preview
If you write a
into the input[number]
it shows {"required":true,"number":false}
instead of {"required":false,"number":true}
.
Tested in Chrome 33.0.1750.152.
Metadata
Metadata
Assignees
Labels
No labels