[(tuiDropdownOpen)] Open/close state | boolean | |
[tuiDropdownEnabled] Should internal logic handle opening | boolean | |
[tuiDropdown] Content inside a dropdown | PolymorpheusContent | |
Requires you to import TuiDropdown
[(tuiDropdownOpen)] Manual control/monitor for the dropdown being visible | boolean | |
[tuiDropdownAlign] Align of dropdown (does not work together with limitWidth === 'fixed' ) | TuiDropdownAlign | |
[tuiDropdownDirection] Set a vertical direction of dropdown | TuiVerticalDirection | null | |
[tuiDropdownLimitWidth] Limit width of dropdown | TuiDropdownWidth | |
[tuiDropdownMinHeight] Minimum height to calculate that dropdown fits to set tuiDropdownDirection | number | |
[tuiDropdownMaxHeight] Maximum height of dropdown | number | |
[tuiDropdownOffset] Dropdown offset | number | |