jakezatecky/react-dual-listbox

Language support for filter input placeholder

uguremirmustafa opened this issue · 2 comments

Currently there is no easy way to update placeholder text of the search input fields. To be more precise, the input fields when we add canFilter prop to the component.

Screenshot from 2021-11-12 18-13-25

It would be a great enhancement if we could have a field for filter input fields in this list.

It is available through filterPlaceholder property. This should probably be merged with the lang property, but that would necessitate a new major version due to breaking backwards compatibility.

Oh I didn't see that or didn't expect to find it there. Thank you! This issue can be closed.