type
Set the value of a form input or textarea and dispatch input/change events. Use before submitting forms to ensure values are registered.
Instructions
Set the value of an input/textarea (referenced by ref) and dispatch input + change events. Use before submit on form fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Input element ref like e:142 | |
| text | Yes | Value to set |