cds-snc / design-gc-conception

MIT License
4 stars 0 forks source link

Discovery/Research: Converting our form components to use shadow-dom #629

Closed ethanWallace closed 6 months ago

ethanWallace commented 9 months ago

As of v4.5.0 of Stencil, there is support for form associated custom elements.(https://stenciljs.com/docs/form-associated).

Research feasibility of converting our form components to use shadow-dom and formAssociated. This would allow SSR of our form components.

May require a polyfill for older browsers

ethanWallace commented 9 months ago

gcds-input seems to transfer fine