react-dual-listbox icon indicating copy to clipboard operation
react-dual-listbox copied to clipboard

A feature-rich dual listbox for React.

Results 45 react-dual-listbox issues
Sort by recently updated
recently updated
newest added

Is there a way to move all child items after selecting the parent? ex. if i select country then all states belong to that automatically move to right hand side?

enhancement
question

I am using the Basic Example at this link - https://jakezatecky.github.io/react-dual-listbox/. Now to replicate the issue, you need to add items from left column to right column one by one....

bug
verified

Hello @jakezatecky, I am needing to load async options from a remote source as the user types. Is it possible to do with this component?

enhancement

Hi, Is it possible to swap the location Selected and Available box options? Wherein the Selected options will be on the left, and the Available options will be on the...

enhancement

Currently we have four buttons (move all right, move right, move all left, move left) for moving items between list boxes, can we have a button for delete which helps...

enhancement

Hi, I try to implement the lazy load in react-dual-list-box. but unable to load the data on scroll. Can you please put this feature in your new update?

enhancement

I want to set the list-box to be selected as required. If user does not move any of the item in selected list then form should not be submitted.It should...

enhancement
help wanted

From my understanding currently, the react-dual-listbox handles the events associated with the action buttons internally, meaning moving the list items between the boxes. Can we have an option for simulating...

question

This pull request adds annotated TypeScript definitions and usage examples. Changes include: - TypeScript definitions, strictly defined, with comments. - TypeScript usage examples in strict mode showing inferred use with...

Id suggest to add an option to pass custom render components for labels as props. For example, if I want to display some info button or custom styling for different...

enhancement