ui-validate
ui-validate copied to clipboard
Value Undefined
I've written string validation functions which for some reason generate errors, saying that there is no property length of the argument value because it is undefined. After setting a condition breakpoint, it appears that the validators are calledbefore the form inputs are loaded in the DOM at which point they are undefined. Does anyone have any ideas why this is or how to correct it?