alsoscotland / react-super-select

MIT License
95 stars 33 forks source link

fix bug #107 #108

Closed 92arpitgoyal closed 7 years ago

92arpitgoyal commented 7 years ago

When groupBy option is set, 'No result found' does not work, because for that to happen data is expected to be an empty array, where is it is an Object (because groupBy is enabled)

alsoscotland commented 7 years ago

Implemented similarly with https://github.com/alsoscotland/react-super-select/pull/109