I think it would be nice it text and text area items had some sort of "auto trim" feature that would remove or disallow leading spaces.
I have been marking fields as "required: true" but it didn't take long for the users to figure out they can simply enter a space to get around it.
Now I have to add a "changed" function that removes blanks to any text field that is required.
I have been marking fields as "required: true" but it didn't take long for the users to figure out they can simply enter a space to get around it.
Now I have to add a "changed" function that removes blanks to any text field that is required.
Comment