mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(select): falsy item text
should fallback to value
(#2152)
This commit is contained in:
parent
436dea47e8
commit
61ea8dd82c
6 changed files with 32 additions and 15 deletions
|
@ -12531,9 +12531,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