diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index 2f95e0f1..3924be71 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -3170,7 +3170,7 @@ None.
| :---------- | :------- | :--------------- | :------- | ------------------------------------------ | ------------------------------------------------ | ----------------------------------------------- |
| ref | No | let | Yes | null | HTMLSelectElement | null | Obtain a reference to the select HTML element |
| selected | No | let | Yes | string | number | undefined | Specify the selected item value |
-| size | No | let | No | "sm" | "xl" | undefined | Set the size of the select input |
+| size | No | let | No | "sm" | "lg" | undefined | Set the size of the select input |
| inline | No | let | No | boolean | false | Set to `true` to use the inline variant |
| light | No | let | No | boolean | false | Set to `true` to enable the light variant |
| disabled | No | let | No | boolean | false | Set to `true` to disable the select element |
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 2bed366d..39241a60 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -10189,7 +10189,7 @@
"name": "size",
"kind": "let",
"description": "Set the size of the select input",
- "type": "\"sm\" | \"xl\"",
+ "type": "\"sm\" | \"lg\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
diff --git a/docs/src/pages/components/Select.svx b/docs/src/pages/components/Select.svx
index 3a619e29..bb6ad473 100644
--- a/docs/src/pages/components/Select.svx
+++ b/docs/src/pages/components/Select.svx
@@ -104,9 +104,9 @@ The `selected` prop is reactive and supports two-way binding.
-## Extra-large size
+## Large size
-