vue-a11y / vue-focus-loop

Vue component that helps you to to trap focus in an element.
http://vue-focus-loop.surge.sh/
MIT License
24 stars 3 forks source link

Is it expected to return focus once the loop is deactivated? #5

Closed dougalg closed 2 years ago

dougalg commented 3 years ago

Right now, it seems that deactivating the focus loop will not return focus to the previously focused element. This seems like it would be a useful feature. I might be willing to look at making a PR for this feature if you think so?

ktquez commented 3 years ago

Hi @dougalg

I would be grateful for your PR.

ktquez commented 3 years ago

@dougalg

I added some features in versions 0.2.0 (Vue 2) and 1.1.0 (Vue 3).

You could test and see if everything is ok.

Thanks for using.

dougalg commented 3 years ago

@ktquez thank you so much, I will take a look! I'm so sorry I didn't have time to contribute to this in the end

ktquez commented 3 years ago

No problem, I'm grateful that you opened this issue.