Skip to content
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
@RobertSzymacha

Description

@RobertSzymacha

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions