FieldReset
FieldReset is a field that renders an input of type reset.
type reset
Basic example
Code
javascript
{
type: 'reset',
buttonText: 'Be gone'
}In action
{}Properties
| Property | Default | Type | Description |
|---|---|---|---|
| buttonText | Reset | String | Text to show in the button |
| buttonClasses | `` | String | Classes to pass to the button |