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
notes how to fix: because the original input is wrapped by a ControlValueAccessor that is not a NumberValueAccessor the value is not converted back to the type required by the type attribute. In set value the passed in value needs to be converted to a number (parseFloat) if the type is number.
As can be seen here, when setting a new value on type="number" textfield, type of the model changes from number to string.
The text was updated successfully, but these errors were encountered: