feat(MultiSelect): Expose highlightedId and improve highlight handling for filterable

This commit is contained in:
dominikg 2022-03-09 14:02:40 +01:00
commit 47382962eb
4 changed files with 39 additions and 23 deletions

View file

@ -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": [],