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
|**auto-close**| Configure the auto close behavior of the dropdown:<br>- `true` - the dropdown will be closed by clicking outside or inside the dropdown menu.<br>- `false` - the dropdown will be closed by clicking the toggle button and manually calling hide or toggle method. (Also will not be closed by pressing esc key)<br>- `'inside'` - the dropdown will be closed (only) by clicking inside the dropdown menu.<br>- `'outside'` - the dropdown will be closed (only) by clicking outside the dropdown menu. | boolean\|string | - | true |
15
15
|**dark**| Sets a darker color scheme to match a dark navbar. | boolean | - ||
16
-
|**direction**| Sets a specified direction and location of the dropdown menu. | string |`'dropup'`, `'dropend'`, `'dropstart'`| - |
16
+
|**direction**| Sets a specified direction and location of the dropdown menu. | string |`'center'`, `'dropup'`, `'dropup-center'`, `'dropend'`, `'dropstart'`| - |
17
17
|**disabled**| Toggle the disabled state for the component. | boolean | - ||
18
18
|**placement**| Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property. | Placement |`'auto'`, `'top-end'`, `'top'`, `'top-start'`, `'bottom-end'`, `'bottom'`, `'bottom-start'`, `'right-start'`, `'right'`, `'right-end'`, `'left-start'`, `'left'`, `'left-end'`| 'bottom-start' |
19
19
|**popper**| If you want to disable dynamic positioning set this property to `true`. | boolean | - | true |
0 commit comments