mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(radio-tile): move keydown, tabindex to input element
This commit is contained in:
parent
a4d68e7e00
commit
17d97d1dbf
2 changed files with 13 additions and 10 deletions
|
@ -52,7 +52,10 @@
|
|||
{...$$props}
|
||||
value="{value}"
|
||||
id="{id}"
|
||||
labelText="{labelText}">
|
||||
labelText="{labelText}"
|
||||
on:keydown="{() => {
|
||||
console.log('keydown');
|
||||
}}">
|
||||
Selectable Tile
|
||||
</RadioTile>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue