jakezatecky / react-dual-listbox

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

Language support for filter input placeholder #166

Closed uguremirmustafa closed 2 years ago

uguremirmustafa commented 2 years ago

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.

jakezatecky commented 2 years ago

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.

uguremirmustafa commented 2 years ago

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