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 selecetedLeft and selectedRight properties would contain the indexes of available options that are selected/highlighted in the respective listbox before any of the buttons of the dash-dual-listbox is pushed. This allows to add additional buttons that allow the user to modify the content of the option labels, provided that the rendering of the dash-dual-listbox is simultaneously triggered.
The selecetedLeft and selectedRight properties would contain the indexes of available options that are selected/highlighted in the respective listbox before any of the buttons of the dash-dual-listbox is pushed. This allows to add additional buttons that allow the user to modify the content of the option labels, provided that the rendering of the dash-dual-listbox is simultaneously triggered.
React-duallist already exposes selectInLeft and selectInRight function properties that would allow to implement this in dash-dual-listbox. If my experiments prove succesful I will provide a PR for this.
The text was updated successfully, but these errors were encountered: