mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
fix(a11y): disable a11y-mouse-events-have-key-events warning #760
This commit is contained in:
parent
1b82aa18a6
commit
a67e8a81f6
80 changed files with 80 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
|||
$: warnId = `warn-${id}`;
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||
<div
|
||||
class:bx--form-item="{true}"
|
||||
class:bx--text-input-wrapper="{true}"
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
$: warnId = `warn-${id}`;
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||
<div
|
||||
class:bx--form-item="{true}"
|
||||
class:bx--text-input-wrapper="{true}"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
export let hideLabel = false;
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||
<div
|
||||
class:bx--form-item="{true}"
|
||||
{...$$restProps}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue