Actions
Feature proposal #4414
closedUsername and Name field validation not working client side
Description
Username and Name fields are just extensions of the Text field. So there's no reason they can't have client side and server side validation as other text fields allow. Name fields should simply parent call the getField of text field as there is absolutely no difference in the twos functionality except in the case of username during edit and profile display.
Actions