https://github.com/open-wc/form-participation
Helper, mixins, tools, and more for supporting your custom elements in participating in an ancestor form.
https://github.com/open-wc/form-participation
Last synced: about 1 month ago
JSON representation
Helper, mixins, tools, and more for supporting your custom elements in participating in an ancestor form.
- Host: GitHub
- URL: https://github.com/open-wc/form-participation
- Owner: open-wc
- License: mit
- Created: 2021-12-13T15:07:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:50:43.000Z (11 months ago)
- Last Synced: 2025-05-08T03:54:59.956Z (about 1 month ago)
- Language: TypeScript
- Size: 521 KB
- Stars: 57
- Watchers: 13
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Form Participation
The ability to create custom form elements that extend the behavior and UI/UX of native form elements is an area that has a huge need for standardization. The packages in this monorepo enable web component authors seeking to create custom element inputs a standardized approach to do so.
### Packages
- [`@open-wc/form-control`](./packages/form-control) : A `FormControlMixin` that enables creating a web component that functions like a native form element in a standardized way
- [`@open-wc/form-helpers`](./packages/form-helpers) Form control related utilities such as implicit submit and form value parsing.