I am trying to implement a sign-up form that asks users to input the desired login-id. The user inputs the desired login-id into a text box.
I would like to perform validation on this text box to see if the desired login-id is available without having to submit the form.
The validation should start happening say after the 5th character is input into the text box.