Form-associated custom elements: свои input в design system
attachInternals, validity и submit как у нативных полей.
Кастомный элемент с `static formAssociated = true` и `ElementInternals` участвует в submit формы, constraint validation и `:invalid` как нативный control.
Подходит для маски телефона и composite date picker в едином UI-kit.
- Form-associated custom elements — MDN — formAssociated.
- ElementInternals — MDN — setValidity и value.
Прогрессивность
Деградируйте на обычный input, если custom element не зарегистрирован.