lyne-components icon indicating copy to clipboard operation
lyne-components copied to clipboard

story(button base): implement native form support

Open kyubisation opened this issue 5 months ago • 0 comments

We want to provide native form support for our buttons. With type=submit, it should add value to form data when clicked. Maybe we can remove the logic for resolving the related form element.

We would like to test replacing the role on the action elements with elementInternals role. It should be possible to override ride the role from an inherited class. e.g. provide "protected elementRole(): string".

kyubisation avatar Aug 29 '24 09:08 kyubisation