Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

input type=number reformats valid user input #575

Closed
chalin opened this issue Feb 16, 2014 · 1 comment
Closed

input type=number reformats valid user input #575

chalin opened this issue Feb 16, 2014 · 1 comment
Milestone

Comments

@chalin
Copy link
Contributor

chalin commented Feb 16, 2014

In an input of type number type, e.g., 1e1; this is immediately reformatted to 10. Such reformatting should not occur. Of course, if the user clicks on the step-up or step-down arrows, the input can be reformatted: e.g. from 1e1 to 9 on a step-down, but that is distinct (and correct) behavior.

@chalin
Copy link
Contributor Author

chalin commented Feb 16, 2014

FYI: a PR for this will be ready soon.

chalin added a commit to chalin/angular.dart that referenced this issue Feb 16, 2014
@mhevery mhevery added this to the 0.9.8 milestone Feb 19, 2014
@chirayuk chirayuk modified the milestones: v0.9.9, 0.9.8 Feb 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants