Customizing ComboBox popover placement
#2063
HaveSpacesuit
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I would say this isn't something you should worry about. The default placement works fine 99.99% of the time because the text in the input remains aligned/close to the text in the options. Moving it to the other end could cause accessibility issues for users who use a screen magnifier. Is there a reason other than aesthetic preference to do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature
ComboBox currently has
dropdownMenuProps
, but they only apply to the div element around the dropdown options. Other elements such as the DropdownButton allow fordropdownMenuProps
which control the underlying dropdown options.Would like for there to be a way to control the dropdown options on a ComboBox, such as setting
placement: 'bottom-end'
.Examples
This repo shows a dropdown which can flow right, but a combo box which must flow left
https://stackblitz.com/edit/github-c3rphd
Beta Was this translation helpful? Give feedback.
All reactions