You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, we have an autofocus highlight option, but that focus can't easily get away when clicking on other elements around the page. I'm suggesting a new option that can set the focus & trap it to the target element until we removed the highlight.
Describe the solution you'd like
Instead of accepting only boolean value in autofocus highlight option. I'd like to make it also possible to accept 'trap' string value to enable the said feature. And I'd like it to be enabled by default.
Is your feature request related to a problem? Please describe.
Currently, we have an
autofocushighlight option, but that focus can't easily get away when clicking on other elements around the page. I'm suggesting a new option that can set the focus & trap it to the target element until we removed the highlight.Describe the solution you'd like
Instead of accepting only boolean value in
autofocushighlight option. I'd like to make it also possible to accept'trap'string value to enable the said feature. And I'd like it to be enabled by default.