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
fix(dropdown): make search on label value optional (#426)
* fix(dropdown): update check for item labels on search
Check if label type is string before applying toLowerCase method on it (instead of value)
* build(tests): Remove rule to run on master push
* build(ci): add pull request trigger
0 commit comments