I write on vue.js a component of the madal window. And I want that with the modal window open, when you press the tab key, the user would get to the first active element in the window, not on the site page. I also want that with subsequent tabs, with an open window, only the elements of this window would receive focus. The contents of the window will be transmitted through the slot. Tell me, please, can it be done like that?

    0