material-web/labs
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
..
badge chore: remove un-actionable todos from labs 2023-12-27 15:49:30 -08:00
behaviors fix: forms correctly focus the first invalid control instead of last 2024-01-12 11:43:47 -08:00
card fix(labs): card content not clickable with outline fix 2023-12-20 10:20:39 -08:00
item chore: format files with prettier 2023-10-25 11:59:00 -07:00
navigationbar chore: remove un-actionable todos from labs 2023-12-27 15:49:30 -08:00
navigationdrawer chore: remove un-actionable todos from labs 2023-12-27 15:49:30 -08:00
navigationtab chore: remove un-actionable todos from labs 2023-12-27 15:49:30 -08:00
segmentedbutton chore: remove un-actionable todos from labs 2023-12-27 15:49:30 -08:00
segmentedbuttonset chore: remove un-actionable todos from labs 2023-12-27 15:49:30 -08:00
README.md feat: add labs and internal folders for non-client code 2023-05-25 13:26:26 -07:00

Labs 🚧

WARNING ⚠️ This folder contains experimental features that are not recommended for production.

Breaking changes may occur that do not bump the major version (vX.0.0).