iron-autogrow-textarea
iron-autogrow-textarea copied to clipboard
Missing binding of the `autocapitalize` attribute on the `<textarea>`
Description
The autocapitalize
attribute binding is missing on the internal <textarea>
element.
Expected outcome
For example with <iron-autogrow-textarea autocapitalize="characters"></iron-autogrow-textarea>
On an iPad the keyboard should be blocked on uppercase mode.
Actual outcome
On an iPad the keyboard isn't blocked on uppercase mode.
Live Demo
https://jsbin.com/buzukuc
Steps to reproduce
- Put a
paper-textearea
or airon-autogrow-textarea
element in the page. - Set its
capitalize
attribute tocharacters
. - Open the page on an iPad/Android or whatever with a virtual keyboard.
- Type multiple characters on the input.
Browsers Affected
- [x] Chrome
- [x] Firefox
- [x] Safari 9
- [x] Safari 8
- [x] Safari 7
- [ ] Edge
- [ ] IE 11
- [ ] IE 10