vaadin / proposal-for-vaadin-form

Small and fast framework-agnostic library for creating forms with Web Components
Apache License 2.0
9 stars 0 forks source link

Support for the `formdata` event: use `VaadinFormField` inside native `<form>`s #16

Open vlukashov opened 5 years ago

vlukashov commented 5 years ago

The Vaadin Form library helps creating form-assocciated custom elements by providing a VaadinFormFieldMixin (to be used with LitElement). With this mixin custom elements can participate in the native form validation and submission pipeline.