angular-mdc-web icon indicating copy to clipboard operation
angular-mdc-web copied to clipboard

tabIndex always 0 on Textfield and icon

Open unknowelement opened this issue 4 years ago • 1 comments

After set the property tabindex="-1", tabindex="1" or any other number, the rendered result on client is always tabindex="0"

I only tested it on mdc-text-field and mdc-icon.

Version of mdc is 5.1.1 Angular 9.0.7

unknowelement avatar May 07 '20 11:05 unknowelement

Should definitely be "-1" on all non-clickable icons.

ilyakonrad avatar Jul 13 '20 10:07 ilyakonrad