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
putting autocomplete property to md-input
< md-input autocomplete="on/off"> should be propagated to input element
Lack of such mechanism
Angular: 2.0.0-rc.3 Material: 2.0.0-alpha.5-2 Browsers: Safari, Chrome, FireFox OS: OS X El Capitan, iOS 9.3
The text was updated successfully, but these errors were encountered:
#447 added support for the autoComplete and is present in the current 2.0.0-alpha.6 release.
autoComplete
2.0.0-alpha.6
autocorrect, and autocapitalize attributes are still missing though.
autocorrect
autocapitalize
Sorry, something went wrong.
It is currently autoComplete (camelCase). They should really match, though, so I opened #861
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Bug, feature request, or proposal:
putting autocomplete property to md-input
What is the expected behavior?
< md-input autocomplete="on/off"> should be propagated to input element
What is the current behavior?
Lack of such mechanism
Which versions of Angular, Material, OS, browsers are affected?
Angular: 2.0.0-rc.3
Material: 2.0.0-alpha.5-2
Browsers: Safari, Chrome, FireFox
OS: OS X El Capitan, iOS 9.3
The text was updated successfully, but these errors were encountered: