Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Missing binding of the autocapitalize attribute on the <textarea> #120

Open
5 of 8 tasks
fgirardey opened this issue Apr 24, 2018 · 0 comments
Open
5 of 8 tasks

Missing binding of the autocapitalize attribute on the <textarea> #120

fgirardey opened this issue Apr 24, 2018 · 0 comments

Comments

@fgirardey
Copy link

fgirardey commented Apr 24, 2018

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

  1. Put a paper-textearea or a iron-autogrow-textarea element in the page.
  2. Set its capitalize attribute to characters.
  3. Open the page on an iPad/Android or whatever with a virtual keyboard.
  4. Type multiple characters on the input.

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant