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
fix: disabled removabled when selected or toggleable (#2759)
## Description:
Closes: #2398.
Previous PR: #2682
Added a variable _isRemovable_ to the sd-tag component. This variable
represents the _removable_ attribute being enabled, while checking if
the _toggleable_ or _selected_ attributes are disabled. Then, replaced
every place that checked if the removable attribute was enabled for this
new variable.
Also added a note to the docs about this. Let me know if it is enough or
if we should create more emphasis.
## Definition of Reviewable:
- [x] Documentation is created/updated
- [x] relevant tickets are linked
---------
Co-authored-by: Sérgio Fonseca <42741644+smfonseca@users.noreply.github.com>
0 commit comments