You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
search input now hidden on minimumResults even if search.show is true.
Previously behavior of search.minimumResults prop wasn't obvious - search.show would override it. Now search input will show only when:
search.show is true,
there are some options passed
search.minimumResult prop is set and options.length is equal or more than its value.