fix(tag): set disabled prop on interactive tag

This commit is contained in:
Eric Y Liu 2021-03-12 16:58:28 -08:00
commit f4b9737753

View file

@ -93,6 +93,7 @@
{:else if interactive}
<button
id="{id}"
disabled="{disabled}"
aria-disabled="{disabled}"
tabindex="{disabled ? '-1' : undefined}"
class:bx--tag="{true}"