mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
SelectItem: fix to use the value when text is undefined after #2118
This commit is contained in:
parent
896c16a6be
commit
4295e9740c
6 changed files with 30 additions and 15 deletions
|
@ -12519,9 +12519,8 @@
|
|||
{
|
||||
"name": "text",
|
||||
"kind": "let",
|
||||
"description": "Specify the option text",
|
||||
"description": "Specify the option text\nIf not specified, the value will be used as the text.",
|
||||
"type": "string",
|
||||
"value": "\"\"",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue