Home FORMLY
Guides
UI
Examples
GitHub GitHub
Async validation of unique value
This example shows how to validate a username uniqueness on input.
The goal is to show:
  • how to use async validation (A server request is simulated here with a one second timeout).
Existing usernames
  • user1
  • user2
  • user3

Form Data

[object Object]