mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(multi-select): expose highlightedId
and fix highlighting for filterable variant (#1153)
This commit is contained in:
parent
853942f998
commit
9215e3b106
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 | MultiSelectItemId",
|
||||
"value": "null",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
}
|
||||
],
|
||||
"slots": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue