mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
feat(MultiSelect): Expose highlightedId and improve highlight handling for filterable
This commit is contained in:
parent
853942f998
commit
47382962eb
4 changed files with 39 additions and 23 deletions
|
@ -6804,6 +6804,17 @@
|
|||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
},
|
||||
{
|
||||
"name": "highlightedId",
|
||||
"kind": "let",
|
||||
"description": "Id of the highlighted ListBoxMenuItem",
|
||||
"type": "null | string",
|
||||
"value": "null",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
}
|
||||
],
|
||||
"slots": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue