I'm making a page that has to be AA accessible. In one part we have a bootstrap modal, when it opens I want to tab only within it, without tabbing outside of it. Currently, when I keep tabbing, it tabs elements on the background of the modal.
How can I make it such that it traps the tabs and if the user keeps tabbing, it'll only tab inside the modal?