jakezatecky / react-dual-listbox

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

The filterPlaceholder prop of dualListBox is not passed down to the Filter #246

Closed Shiro00000 closed 10 months ago

Shiro00000 commented 11 months ago

The filterPlaceholder prop of dualListBox is not passed down to the Filter

jakezatecky commented 11 months ago

Hello. In release v4.0, the filterPlaceholder was merged into the lang property. Thus, you should specify the filterPlaceholder key in lang:

const lang = {
  filterPlaceholder: 'Some text',
};
jakezatecky commented 10 months ago

Closing since the comment above should resolve your issue.