You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's happening because modal doesn't focus its root element so button remains focused and pressing enter is triggering function that shows modal. This will be fixed in future release, meanwhile, you can manually focus something in modal after it's shown.
When I create a modal with BsModalService, Enter key will create multiple modal
The text was updated successfully, but these errors were encountered: