diff --git a/docs/src/pages/components/Select.svx b/docs/src/pages/components/Select.svx index 86656661..93883b00 100644 --- a/docs/src/pages/components/Select.svx +++ b/docs/src/pages/components/Select.svx @@ -9,7 +9,33 @@ components: ["Select", "SelectItem", "SelectItemGroup", "SelectSkeleton"] ### Default - console.log("value", e.detail)}> + + + + + + + +### 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. + +