Currently, as of v0.24.3 it's not indicated, that tags are draggable, which itself makes sense only on widgets with arbitrary options
Draggability should be discoverable where applicable.
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T119044 TagMultiselectWidget (earlier CapsuleMultiselectWidget): UX and functionality improvements | |||
| Open | None | T158400 Streamline & improve tag component TagMultiselectWidget (former CapsuleMultiselectWidget) | |||
| Open | None | T183368 TagMultiselectWidget: Define clear (visual) indication of draggable tags |
Event Timeline
Currently it is very subtly indicated by changing the mouse cursor on hover.
…but this only works when hovering the edge of the chip – when hovering the text, the cursor is overridden again to be a text cursor, since the items are editable.
Instead of thinking of specific functionality such as dragging, we may want to think about how to provide access to additional functionality, part of which could be dragging/rearranging but also other options. For example, having a way to select one of the chips and a panel with more details and options appearing could be a way to keep the basic component simple but provide access to more specific functionalities. Trying to provide direct access to all options may result in a component too complex where it can become easier to interact with it in the wrong way (tapping on the wrong part, etc.)
