jakezatecky / react-dual-listbox

A feature-rich dual listbox for React.
https://jakezatecky.github.io/react-dual-listbox/
MIT License
110 stars 58 forks source link

Don't Move disabled items to the other side on clicking >> or << #148

Closed sagar-ranglani closed 1 year ago

sagar-ranglani commented 3 years ago

In my understanding, disabling items is to restrict users to move those items to that other side. But >> or << options move those items too.

>> & << should move only non-disabled items
jakezatecky commented 3 years ago

Thanks for the report. You are right that this should not be possible when individual items are disabled.

DarkGuardsman commented 2 years ago

I'll still seeing this in the latest version. Is a fix being created or is help required?

I have found a temp work around by re-adding the disabled items back to each side after an update.