We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Ember doesn't support minlength attributes: https://guides.emberjs.com/v2.13.0/templates/input-helpers/ (doesn't appear in list, and I've verified that it doesn't work)
minlength
However, HTML5 already does
The text was updated successfully, but these errors were encountered:
[FEATURE beta] Add minlength to TextSupport
c9864f5
Add `minlength` attribute binding to `TextSupport`. Fixes emberjs#15243
fcf2016
Add `minlength` attribute binding to `TextSupport`. Fixes #15243 (cherry picked from commit c9864f5)
No branches or pull requests
Currently Ember doesn't support
minlength
attributes: https://guides.emberjs.com/v2.13.0/templates/input-helpers/ (doesn't appear in list, and I've verified that it doesn't work)However, HTML5 already does
The text was updated successfully, but these errors were encountered: