mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
fix(ui-shell): dispatched event is "select", not "search"
This commit is contained in:
parent
7d19ee8aa8
commit
5fe3f6d830
5 changed files with 7 additions and 13 deletions
|
@ -1643,13 +1643,12 @@ export interface HeaderSearchResult {
|
|||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :---------------------------------------------------------------------------------------------- |
|
||||
| clear | dispatched | <code>any</code> |
|
||||
| search | dispatched | <code>{ value: string; selectedResultIndex: number; selectedResult: HeaderSearchResult }</code> |
|
||||
| select | dispatched | <code>{ value: string; selectedResultIndex: number; selectedResult: HeaderSearchResult }</code> |
|
||||
| change | forwarded | -- |
|
||||
| input | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| keydown | forwarded | -- |
|
||||
| select | dispatched | -- |
|
||||
|
||||
## `HeaderUtilities`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue