react-dual-listbox
react-dual-listbox copied to clipboard
Virtualization option
Need a feature to customize the option rendering. I'm currently unable to style the option element as per my requirements. Also, If there are a large number of options, it's better to have virtualization.
Custom rendering is discussed #38. It would require emulating the <select>
/<optgroup>
functionality. This is not ideal, given that the component piggy-backs off of the native HTML components.
I will rename this issue and tag it for the virtualization enhancement, but no ETA on when this would be added.
we don't have virtualization yet?