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
The MultiSelectBox in react-ui-components currently automatically makes all items draggable to allow changing the sorting.
But this should be optional as not every use case needs this and then we have a feature that only confuses users.
Example: Sorting Tags and Collections for an Asset in the Media.UI has no benefit, see Flowpack/media-ui#57
Example from the Demo:
The text was updated successfully, but these errors were encountered:
Sebobo
changed the title
Make MultiSelectBox drag&drop feature optional
FEATURE: Make MultiSelectBox drag&drop feature optional
Feb 8, 2024
Sebobo
changed the title
FEATURE: Make MultiSelectBox drag&drop feature optional
FEATURE: Make MultiSelectBox drag&drop sorting feature optional
Feb 8, 2024
The MultiSelectBox in
react-ui-components
currently automatically makes all items draggable to allow changing the sorting.But this should be optional as not every use case needs this and then we have a feature that only confuses users.
Example: Sorting Tags and Collections for an Asset in the Media.UI has no benefit, see Flowpack/media-ui#57
Example from the Demo:
The text was updated successfully, but these errors were encountered: