carbon-components-svelte/src/MultiSelect
metonym 63f52b4683
fix(multi-select): non-filterable MultiSelect should dispatch a blur event (#1080)
The non-filterable `MultiSelect` is missing a `blur` event.

Implementation-wise, we have to dispatch it and include the event as the `detail`. Otherwise, the filterable variant will dispatch "blur" twice because it has both a button and input.

The filterable `MultiSelect` continues to forward the blur event to the input.
2022-02-10 08:27:09 -08:00
..
index.js chore: lift components folder 2020-07-19 09:06:08 -07:00
MultiSelect.svelte fix(multi-select): non-filterable MultiSelect should dispatch a blur event (#1080) 2022-02-10 08:27:09 -08:00