Commit 40642d3
authored
fix(dropdown): prevent showing the whole list if showOnFocus is false
When showOnFocus was set to false but the dropdown was opened by clicking on the down arrow icon, then a focus of the input field afterwards was opening the whole menu once, which isn't allowed.
The iconClicked value needs to be reset whenever the dropdown list gets hidden which this PR is
fixing.1 parent 5261482 commit 40642d3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
544 | 545 | | |
545 | 546 | | |
546 | 547 | | |
| |||
0 commit comments