UX - All Tags doesn't work like All Domains
-
To get to all tags one must uncheck all selected tags.
To get to all domains one can just select all domains.Maybe All Tags needs a clear all tags selection.
Thoughts?
-
This is actually due to the fact that the tags dropdown is a multiselect, whereas the other is not. Not sure how to implement that nicely with the dropdown widget we are using.
-
@nebulon
I know, that's why I said clear selection(s) might help.A "clear all" at the top would be equivalent.
-
Housekeeping comment: this seems better suited to feature request category rather than support.
-
Had another thought that might be useful, why not make both multiselect and add a clear all & select all?
That way both are enhanced and work the same way.
-
While I do think it makes sense to unify those select elements, I made an attempt to fix them, however the widget we use there makes it surprisingly hard to add a "clear selection" option! I think we either have to patch that widget or find an alternative
I will postpone this for now.
-
@nebulon thanks for trying.
perhaps if you can find the variables used by the widget they can be set/cleared externally as well. (loop or otherwise)
-
For anyone interested and having time
the widget we use here is https://github.com/sebastianha/angular-bootstrap-multiselect