Skip to content
Jonathan Langlois edited this page Dec 1, 2020 · 3 revisions

Form

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

Expected behaviours in progressive enhancements

HTML

  • it submits contained form data when submit event is triggered.

HTML + CSS

  • it applies the theme styles; no additional functional enhancement.

HTML + CSS + JS

  • it support onSubmit event to add extra logic when submitting the form.

Clone this wiki locally