pgbross / vue-material-adapter

Vue wrapper arround Material Components for the Web
ISC License
105 stars 20 forks source link

Fix bug with getInitialFocusElement function #193

Closed Willdta closed 1 year ago

Willdta commented 1 year ago

Inside the dialog.js file the function getInitialFocusElement_() function wrongly checks for the is-initial-focus data attribute. It detects any attribute relating to the name but doesn't check if the data attributes value is true.

Notes

Was not able to run tests/lint