Closed 92arpitgoyal closed 7 years ago
When groupBy is set, noResultsString('No Result Found' by default) stop to work, even if there is no match for string being searched.
groupBy
noResultsString
https://github.com/alsoscotland/react-super-select/pull/108
@92arpitgoyal Thank you for filing the bug and for the fix
Addressed in https://github.com/alsoscotland/react-super-select/tree/v1.0.1
When
groupBy
is set,noResultsString
('No Result Found' by default) stop to work, even if there is no match for string being searched.