artemsky / vue-snotify

Vuejs 2 Notification Center
https://artemsky.github.io/vue-snotify/
MIT License
794 stars 98 forks source link

Support for key enter or button focus #82

Open gokigoks opened 5 years ago

gokigoks commented 5 years ago

Hi!

Is there a possible way to support close on key enter or atleast have focus on confirm button on toast create?

jonascarlbaum commented 4 years ago

I would like to have focus on one of the confirm-buttons (I would like to do that by setting on SnotifyButton), and left-to-right tab index for buttons, so the confirm is more user friendly, and more WCAG-compatible.