[validate] Validate against default or specific value
This is probably insanely simple, however I've found no documentation for anything similar and I keep breaking things whenever I try writing anything in the validation rules.
I need to basically set the default value of an input field as invalid ( fields are required, but pre filled with their label, so the form will submit without error thinking the user has entered data ). Is there any way to specify either defaultValue or a string of text explicitly as invalid?
Thanks to anyone able to give me a hand