Choose whether the menu should have a style to control the position of the content, such as left and right. #30875
-
https://getbootstrap.com/docs/4.5/components/forms/#select-menu 1.Choose whether the menu should have a style to control the position of the content, such as left and right. https://twbs-bootstrap.netlify.app/
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Select menus don't have this option in HTML, so if you want that, you need to use a dropdown. And that v5 site is updated as things are merged into |
Beta Was this translation helpful? Give feedback.
-
https://getbootstrap.com/docs/4.5/components/forms/#select-menu
Whether the left and right control of the text position can be added is not an arrangement method. |
Beta Was this translation helpful? Give feedback.
-
To reiterate, |
Beta Was this translation helpful? Give feedback.
-
select { |
Beta Was this translation helpful? Give feedback.
To reiterate,
<select>
menus cannot have their position controlled. If you want something like a select menu with control over where your menus appears, you need to use our dropdown component: https://getbootstrap.com/docs/4.5/components/dropdowns/#examples.