neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Feature/3715 rebased make multi select box drag&drop sorting feature optional

Open laurahaenel opened this issue 1 year ago • 0 comments

Solves #3715 .

What I did

  • MultiSelectBox will default to non-dragging behavior.

How I did it

  • Added new prop for the MultiSelectBox to ALLOW dragging.

How to verify it

  • E.g. AssetEditor add prop allowDragging={true} (Packages/Application/Neos.Neos.Ui/packages/neos-ui-editors/src/Editors/AssetEditor/index.js)

With allowDragging={false}: image

Default: image

** this is a new rebased branch from https://github.com/neos/neos-ui/pull/3827 ** (I got all conflicts with the original branch and I dont want to deal with it)

laurahaenel avatar Oct 21 '24 14:10 laurahaenel