Hey there, I'm facing an issue with a button that I want to trigger a full-screen section containing some inputs. I attempted to use Bootstrap's full-screen modal for this purpose, but encountered some challenges.
When I clicked anywhere on the modal, it unexpectedly closed. To address this, I experimented with adding data-backdrop="static"
to the modal. While this prevented the modal from closing on click, it rendered all buttons and inputs non-functional, including the modal's close button.
It seems that the modal is mistakenly detecting clicks outside its boundaries due to the static backdrop setting, even though it is intended to be a full-screen modal. This issue persists regardless of the backdrop setting.
Does anyone have a workaround for this dilemma?