hc-oss / react-multi-select-component

Lightweight (~5KB gzipped) multiple selection dropdown component

Home Page:https://codesandbox.io/s/react-multi-select-example-uqtgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change label for Select All option?

trangtv04110 opened this issue · comments

I want to change "Select All" option for multi language function.

How I can change that label?

@trangtv04110 Please refer to below instructions

<MultiSelect
  options={options}
  value={selected}
  onChange={setSelected}
  labelledBy="Select"
  overrideStrings={{"selectAll": "Select Something"}}
/>

https://github.com/hc-oss/react-multi-select-component/blob/master/stories/recipes/localization.stories.mdx