ComboBox inside a ModalBody component will cut off dropdown #2622
-
Hi all, I am noticing some strange behavior in the ComboBox dropdown when it's used inside a ModalBody component. Long dropdown lists will be cut off. Is this an intentional design choice? It seems like the expected behavior should be similar to the Select component. I've created a codesandbox with and example of both ComboBox and Select: https://codesandbox.io/s/silly-stitch-t0j1j6?file=/src/App.tsx If this is a bug, I can submit it as such. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @robnit ! This is a known issue, we have a ticket in the backlog to fix it: https://issues.corp.twilio.com/browse/DSYS-2794. We have to refactor Combobox so that it uses a Portal to put the listbox on top of whatever container it is in. If it is OK, I am going to close the issue you opened with a note pointing back to this post. When the bug is fixed, we will post an update here. |
Beta Was this translation helpful? Give feedback.
-
Hi @robnit! We have recently published a fix for this issue. Please upgrade either Let me know if you continue to have issues! Thank you again for letting us know about this bug. |
Beta Was this translation helpful? Give feedback.
Hi @robnit!
We have recently published a fix for this issue. Please upgrade either
@twilio-paste/combobox
to13.0.3
or@twilio-paste/core
to17.0.5
.Let me know if you continue to have issues! Thank you again for letting us know about this bug.