Commit e7de6a5
authored
feat(dropdown): new default showonfocus false
As proposed in #1745 (reply in thread) this PR changes the default value for showOnFocus to false.
This will stop the dropdown from opening but allowing it to retain focus and would be better in terms of accessibility (in a manner of speaking)
I don't believe tags normally open when they gain focus (at least with autofocus) anyway (only when the enter key is hit does it open) and using the arrow keys goes through the options without it opening at all. Of course if it is clicked or tapped on, it should open... As this is a breaking change it is supposed to be part of 2.91 parent a254f59 commit e7de6a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4005 | 4005 | | |
4006 | 4006 | | |
4007 | 4007 | | |
4008 | | - | |
| 4008 | + | |
4009 | 4009 | | |
4010 | 4010 | | |
4011 | 4011 | | |
| |||
0 commit comments