eolant / vuetify-toast-snackbar

Basic Vue toast service that uses Vuetify Snackbar component.
MIT License
127 stars 36 forks source link

Remove alert role from root element. #36

Open phiter opened 4 years ago

phiter commented 4 years ago

Hello again!

A few months ago I opened issue #23 and you added the role="alert" to the component, fixing the issue.

But now Vuetify itself added role="alert" to the snackbar_wrapper element.

With this, this plugin is generating two role="alert" within a single snackbar, causing the screenreader to say "alert" twice.