--- components: ["Select", "SelectItem", "SelectItemGroup", "SelectSkeleton"] --- ### Default If the `selected` prop is not set, the value of the first `SelectItem` will be used as the default value. ### Custom item text Use the `text` prop on `SelectItem` to customize the display value. ### Initial selected value Use the `selected` prop to specify an initial value. ### Reactive example The `selected` prop is reactive and supports two-way binding. ### Helper text ### Hidden label ### Item groups ### Light variant ### Inline variant ### Extra-large size ### Small size ### Invalid state ### Warning state ### Disabled state ### Skeleton ### Skeleton (hidden label)