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
When adding any validation to an input that has type="number", the ng-model property should be set to a numeric value, same as if there were no validations added.
Actual:
The ng-model is set to a string value instead.
How to repro:
Add any validation (such as validation-field-required) to a number field.
Expected:
When adding any validation to an input that has
type="number"
, theng-model
property should be set to a numeric value, same as if there were no validations added.Actual:
The
ng-model
is set to a string value instead.How to repro:
Add any validation (such as
validation-field-required
) to anumber
field.See this plunker for an example.
The text was updated successfully, but these errors were encountered: