PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Add properties to allow setting the internal input's ARIA role and aria-haspopup attribute. #701

Closed bicknellr closed 4 years ago

bicknellr commented 4 years ago

This is part of PolymerElements/paper-dropdown-menu#317, which needs to set these to be able to continue using paper-input for the sake of styling but also allow paper-input's wrapped input to act as the focusable element while being read by screen readers as a button rather than a text input.

bicknellr commented 4 years ago

Here be dragons. I'll try a test import before merging just to see if anything explodes.