react-multi-select-component
react-multi-select-component copied to clipboard
How can i change defalut select placeholder
How can i change defalut select placeholder
@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.