Status
The status of the component
Our Dropdown component. In the most basic case, it's used with gux-option to give users a list of text options to select from, but other types of options with different appearance can be created by creating a new component and adding it to validOptionTags list in gux-dropdown-types.ts, then following the resulting compiler errors.
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| disabled | disabled | boolean | false | |
| placeholder | placeholder | string | undefined | |
| required | required | boolean | false | |
| value | value | string | undefined |
| Event | Description | Type |
|---|---|---|
| guxcollapsed | CustomEvent<void> | |
| guxexpanded | CustomEvent<void> |
| Slot | Description |
|---|---|
| for a gux-listbox containing ValidDropdownOption children |
graph TD;
gux-inline-dropdown-beta --> gux-truncate
gux-inline-dropdown-beta --> gux-icon
gux-inline-dropdown-beta --> gux-popup
gux-truncate --> gux-tooltip
style gux-inline-dropdown-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS