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
| `options` | `options` | `SelectOption[]` | `[]` | Array of selectable options. In practice this should be set as a property from JavaScript rather than as an HTML attribute. |
87
+
| `options` | none | `SelectOption[]` | `[]` | Array of selectable options. This is a JavaScript-only property and is not available as an HTML attribute. |
88
88
| `layout` | `layout` | `'desktop' \|'mobile'` | `'desktop'` | Layout mode reserved for integration with other responsive components. |
89
89
| `value` | `value` | `string` | `''` | The currently selected option value. If it matches an option, that option is shown in the trigger and moved to the top of the popup when opened. |
0 commit comments