mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
fix(tag): set disabled prop on interactive tag
This commit is contained in:
parent
f38ba05abc
commit
f4b9737753
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
|||
{:else if interactive}
|
||||
<button
|
||||
id="{id}"
|
||||
disabled="{disabled}"
|
||||
aria-disabled="{disabled}"
|
||||
tabindex="{disabled ? '-1' : undefined}"
|
||||
class:bx--tag="{true}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue