Adds the ability for a field to trigger an automatic submission of its attached form.
Example: - Once any change is made to the below select field, the form will be auto submitted
<form> <selectname="order"data-controller="w-submit"data-action="change->w-submit#submit"> <optionvalue="A-Z">A to Z</option> <optionvalue="Z-A">Z to A</option> </select> </form>
Adds the ability for a field to trigger an automatic submission of its attached form.
Example: - Once any change is made to the below select field, the form will be auto submitted