[component]: update card-control web-component to get rid of form-association #3996
Labels
💔 BREAKING
This is a breaking change and results in a new major version
📦 components
Related to the @swisspost/design-system-components package
The web-component implements the used
input
element in its shadowdom. This causes a lot of work for form-association, event binding, valueAccessor, and more.Instead of this, we could offer a default slot, where DEVs can add their input field. This means, the input element lives in the lightdom and therefore the whole functionality of the input is given by the browser.
Tasks
The text was updated successfully, but these errors were encountered: