mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(time-picker-select): ignore a11y-no-onchange
TODO: revisit API. Currently, using "on:blur" instead of "on:change" is a breaking functionality.
This commit is contained in:
parent
ff913a4baa
commit
05b77afaa2
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
{#if labelText}
|
||||
<label class={cx('--label', hideLabel && '--visually-hidden')} for={id}>{labelText}</label>
|
||||
{/if}
|
||||
<!-- svelte-ignore a11y-no-onchange -->
|
||||
<select
|
||||
class={cx('--select-input')}
|
||||
on:change={({ target }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue