jakezatecky / react-dual-listbox

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

valueShape can be other then string. #258

Closed oleg-andreyev closed 6 months ago

oleg-andreyev commented 6 months ago

Describe the bug Failed prop type: Invalid prop selected[0] supplied to DualListBoxWrapper, expected one of type [string].

Reproduction steps select where value=int and label=text

Expected behavior accept both string and int

Screenshots image image

oleg-andreyev commented 6 months ago

@jakezatecky fast 🔥