mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(select): support selected
prop number type (#1355)
* feat(select): support number type * Run "yarn build:docs" * refactor(pagination): do not coerce `pageSize`, `page` to be numbers * test(select): assert selected prop number type
This commit is contained in:
parent
f8b1c8a23a
commit
78d3f1328a
8 changed files with 37 additions and 32 deletions
|
@ -10027,7 +10027,7 @@
|
|||
"name": "selected",
|
||||
"kind": "let",
|
||||
"description": "Specify the selected item value",
|
||||
"type": "string",
|
||||
"type": "string | number",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
|
@ -10252,7 +10252,7 @@
|
|||
"name": "value",
|
||||
"kind": "let",
|
||||
"description": "Specify the option value",
|
||||
"type": "string",
|
||||
"type": "string | number",
|
||||
"value": "\"\"",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue