A Select-All feature component built on top of React-Select
npm install react-select-select-allnpm install react-select-select-all --save
data: Options needed to be rendered -> Must be an array of objects with keys => label,value
onHandleSelectChange: The callback method to update the state in the parent with selectedData
containerName: The container name for the selectAll component -> preferably the state key it relates to
value: The state data to be passed in
isMulti: true -> Incase you need multi-select
isSelectAll: true -> Incase you need an All option
closeMenuOnSelect: false -> Incase you need to not close the dropdown when you select a value