Commit bc41f8b
committed
Show full country list in registration combobox when empty (#201)
The empty-query branch capped the list at 20 countries, so a user
focusing the field saw only the first 20 with no way to reach the rest
without typing. Return the full list on empty query (the panel already
has max-height + overflow-y:auto to scroll), and scroll the active
option into view during keyboard navigation.1 parent 19b82f2 commit bc41f8b
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
0 commit comments