carbon-components-svelte/src/Select
metonym 511d7c24e6
fix(select): do not dispatch "change" event on initial load (#1356)
Follow-up to #1353

If `selected` is `undefined` or not provided, the "change" event will be dispatched since the first `SelectItem` value will be set as the default.

The "change" event should only be dispatched when the value is actually changed.
2022-06-18 12:27:27 -07:00
..
index.js refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
Select.svelte fix(select): do not dispatch "change" event on initial load (#1356) 2022-06-18 12:27:27 -07:00
SelectItem.svelte feat(select): support selected prop number type (#1355) 2022-06-18 11:09:41 -07:00
SelectItemGroup.svelte refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
SelectSkeleton.svelte Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00