material-web/select
Elizabeth Mitchell 7dd7a68ae9 fix: forms correctly focus the first invalid control instead of last
Previously all text fields would focus themselves when the form reports validity, meaning the last one got focus. In reality, reportValidity is supposed to focus the first invalid control.

I added a "call" method wrapper around the `onReportValidity` callback that handles focusing logic.

PiperOrigin-RevId: 597904790
2024-01-12 11:43:47 -08:00
..
demo feat(select): add keyboard support for arrow end and home 2023-12-20 13:29:14 -08:00
internal fix: forms correctly focus the first invalid control instead of last 2024-01-12 11:43:47 -08:00
test chore: format files with prettier 2023-10-25 11:59:00 -07:00
_filled-select.scss fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00
_outlined-select.scss fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00
filled-select.ts chore(field): reduce HCM styles and move from textfield/select to field 2023-10-31 17:33:28 -07:00
harness.ts fix(select): clicking select toggles the menu rather than just open 2024-01-03 17:07:06 -08:00
outlined-select.ts chore(field): reduce HCM styles and move from textfield/select to field 2023-10-31 17:33:28 -07:00
select_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
select-option.ts fix(select): expose SelectOption interface 2023-12-18 15:14:41 -08:00