Dumba Form Demo

Checkout the documentation at Github

Type

Allow letters or numbers, depending on the value of the type above.

Asynchronous validationTIP: use "batman" to pass validaton

Form status

All fields are valid initially.
valid: true

All fields have their validation tests executed at least once.
validated: false

True when asynchronous validation is in progress on any field.
validating: false

True when form is submitting data.
submitting: false

payload: {
  "username": "",
  "email": "admin@example.com",
  "masked": "",
  "typeOptions": {
    "types": "letter",
    "numberOrString": ""
  },
  "superhero": ""
}

Reset: reset to form original data.
Reset to last saved: Reset to last successfully saved data.