type
Set a value in an input field by referencing its element ID, then dispatch input and change events. Use before submitting a form to ensure changes 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 |