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.
It's not possible to remove a value from <input type="number"> programatically. #415
Closed
Description
Although one can remove the value from an <input type="number">
manually (e.g. by pressing backspace), it's not possible to do it from Dart code, as all the values such as null, NaN are simply ignored (see lib/directive/ng_model.dart).
There should be a way to clear that value in Dart code.
Metadata
Metadata
Assignees
Labels
No labels