material-web/labs/behaviors
Elizabeth Mitchell 2234a1279f chore: fix formAssociated disabled attribute not working
There is out-of-sync state when lit's built-in accessor tries to reflect attributes alongside the getter and setter. Instead, the properties just read from attributes and requestUpdate is called when those attributes change.

PiperOrigin-RevId: 590710159
2023-12-13 14:17:48 -08:00
..
validators refactor(text-field): add validator and use validity mixins 2023-12-01 12:32:30 -08:00
constraint-validation_test.ts refactor: add constraint validation mixin 2023-11-21 11:22:03 -08:00
constraint-validation.ts chore(behaviors): update validity anchor on first render 2023-11-30 10:43:41 -08:00
element-internals_test.ts chore(behaviors): add ElementInternals mixin 2023-10-26 11:31:33 -07:00
element-internals.ts refactor: remove Firefox ARIAMixin polyfills (v119+) 2023-11-29 13:48:38 -08:00
focusable_test.ts chore(behaviors): tabindex attribute not hydrating properly 2023-11-30 11:33:41 -08:00
focusable.ts chore(behaviors): tabindex attribute not hydrating properly 2023-11-30 11:33:41 -08:00
form-associated_test.ts chore(behaviors): update form controls to use shared mixins 2023-10-31 14:08:39 -07:00
form-associated.ts chore: fix formAssociated disabled attribute not working 2023-12-13 14:17:48 -08:00
mixin.ts chore(behaviors): update form controls to use shared mixins 2023-10-31 14:08:39 -07:00
on-report-validity_test.ts fix(behaviors): validation not reporting when form tries to submit 2023-11-30 15:59:32 -08:00
on-report-validity.ts fix(behaviors): validation not reporting when form tries to submit 2023-11-30 15:59:32 -08:00