trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
519 stars 87 forks source link

tabIndex always 0 on Textfield and icon #2260

Open unknowelement opened 4 years ago

unknowelement commented 4 years ago

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

ilyakonrad commented 4 years ago

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