You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took a look to see why the disabled attribute doesn't work for the a or div tags. This is because the disabled attribute is not supported for those tags.
As an alternative, I added a btn--disabled class to simulate the disabled state for a and div tags.
The documentation states that div buttons are not supported, but I found that the buttons created by the A tag are not supported either
The text was updated successfully, but these errors were encountered: