Skip to content

v-if or v-show (or css similars) within dialog and focus management

Compare
Choose a tag to compare
@renatodeleao renatodeleao released this 05 May 13:53
· 152 commits to master since this release

This release patches a bug that happened when focused element was removed/hidden from the dom after an action on itself. #21

Note: this is not a perfect solution, but at least we can close the dialog 🤷‍♂️ afterwards.

I'll release a more robust solution on next patch.