Commit 17ba89e
committed
Dropdown placeholders use "Select..." with disabled+hidden
The default empty option in <select> fields is "Select..."
instead of "-- Select --". The option is disabled, selected,
and hidden so users can't re-select it after making a choice.
Follows the standard UX pattern for placeholder options in
modern forms.1 parent a592fa3 commit 17ba89e
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments