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
I added a Switch button to each selected item so I can flag certain selected items. Clicking the switch onChange() should simply flip the switch and run my JS code.
Actual Behavior
Clicking the switch immediately removes the item from the selected items list.
Steps to Reproduce the Problem
Add a switch in the selectedItemRenderer={(props)=>{ return(
... <Switch.../>
)}}
Click on LHS column items to add them to RHS column.
Click on a Switch in the RHS column. The item gets removed
Specifications
Version: @kenshooui/react-multi-select": "^1.1.6"
Platform: MacOS
Subsystem:
The text was updated successfully, but these errors were encountered:
Expected Behavior
I added a Switch button to each selected item so I can flag certain selected items. Clicking the switch onChange() should simply flip the switch and run my JS code.
Actual Behavior
Clicking the switch immediately removes the item from the selected items list.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: