react-multi-select-component icon indicating copy to clipboard operation
react-multi-select-component copied to clipboard

How can i change defalut select placeholder

Open tarifalhasan opened this issue 1 year ago • 1 comments

How can i change defalut select placeholder

tarifalhasan avatar May 17 '24 14:05 tarifalhasan

@tarifalhasan You can use overrideStrings prop, like this

overrideStrings={{ allItemsAreSelected: "All items are selected.", clearSearch: "Clear Search", clearSelected: "Clear Selected", noOptions: "No options", search: "Search", selectAll: "Select All", selectAllFiltered: "Select All (Filtered)", selectSomeItems: "Custom Select Placeholder...", create: "Create", }} You can change the string of your choice. Working for me.

zahid-nazir avatar May 21 '24 09:05 zahid-nazir