When you have a <b-modal> and then try to use a swal on top of it with an input, the user cannot select the input. Very similar as #374, but this is with vue and therefore you cannot use the solution found in that issue.
Input should be accessible. Problem of course is bootstrap takes over the focus.
Hi @Farbed could you provide a live example (see https://github.com/sweetalert2/sweetalert2/wiki/How-to-provide-live-example-for-issue for more information) to help us understand / debug the problem?
I don't really know how. It's relatively straight forward tho - instead of using bootstrap modal like #374, I'm using Bootstrap vue js: https://bootstrap-vue.js.org/docs/components/modal/. Since it's vue you cannot fix this the same way as you can with the javascript/jquery fix.
Sorry, closing this. using the prop no-enforce-focus on b-modal does the needful.
Most helpful comment
Sorry, closing this. using the prop
no-enforce-focuson b-modal does the needful.