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
I am using the multiselect component inside a bootstrap modal. The multiselect is at the bottom of the modal and when opened the content of the options is not visible until you scroll. so i opted to use the append-to-body prop on the component but it seems to be tabing out of the multi-select.
Demo
Here is an example without append-to-body:
Screen.Recording.2024-10-07.at.10.04.29.mov
And here is one with append-to-body set to true. Notice the "x" button of the modal getting focused:
Screen.Recording.2024-10-07.at.10.07.44.mov
The text was updated successfully, but these errors were encountered:
Version
Description
I am using the multiselect component inside a bootstrap modal. The multiselect is at the bottom of the modal and when opened the content of the options is not visible until you scroll. so i opted to use the
append-to-body
prop on the component but it seems to be tabing out of the multi-select.Demo
Here is an example without
append-to-body
:Screen.Recording.2024-10-07.at.10.04.29.mov
And here is one with
append-to-body
set to true. Notice the "x" button of the modal getting focused:Screen.Recording.2024-10-07.at.10.07.44.mov
The text was updated successfully, but these errors were encountered: