Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Step in text fields #201

Closed
paullryan opened this issue Nov 14, 2016 · 4 comments
Closed

feat: Step in text fields #201

paullryan opened this issue Nov 14, 2016 · 4 comments

Comments

@paullryan
Copy link
Contributor

Step is an important feature of number type textfields that allows the field to validate against decimals without it you can't use type number to check something like 32.33.

@mseemann
Copy link
Owner

there is an html 5 attribute step for input type number fields (https://developer.mozilla.org/de/docs/Web/HTML/Element/Input). did you mean this attribute? If not is there an standard that covers this problem?

@paullryan
Copy link
Contributor Author

Yes I mean that, and all I mean is adding support for it is see PR #203.

@paullryan
Copy link
Contributor Author

Oh and you're too quick to respond sometimes :), I was trying to get the PR in before you had a chance ;-)

@mseemann
Copy link
Owner

thx for the pr! going to merge this into master. will be in the release on Friday.

quick? no ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants