-
Notifications
You must be signed in to change notification settings - Fork 3
Form
Jonathan Langlois edited this page Dec 1, 2020
·
3 revisions
Form element to wrap around inputs.
| Group | Prop | Type | Description |
|---|---|---|---|
| action | action | string | Action attribute to pass to form |
| method | method | string | method attribute to pass to form |
| Events | onSubmit | function | onSubmit event handler |
- it submits contained form data when submit event is triggered.
- it applies the theme styles; no additional functional enhancement.
- it support
onSubmitevent to add extra logic when submitting the form.