mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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}
|
{#if labelText}
|
||||||
<label class={cx('--label', hideLabel && '--visually-hidden')} for={id}>{labelText}</label>
|
<label class={cx('--label', hideLabel && '--visually-hidden')} for={id}>{labelText}</label>
|
||||||
{/if}
|
{/if}
|
||||||
|
<!-- svelte-ignore a11y-no-onchange -->
|
||||||
<select
|
<select
|
||||||
class={cx('--select-input')}
|
class={cx('--select-input')}
|
||||||
on:change={({ target }) => {
|
on:change={({ target }) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue