Commit a30c8f8
authored
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 trigger1 parent db6bace commit a30c8f8
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments