Patrick Roy
02/24/2023, 1:59 PMsArgs = {
type: "email",
value: "<mailto:john@example.com|john@example.com>",
}
dump( isValid(argumentCollection=sArgs) )bhartsfield
02/24/2023, 2:09 PMthis.setAttributes(argumentCollection=arguments);
It looks to me like it's just not supported for isValid (in acf or Lucee)Patrick Roy
02/24/2023, 2:11 PMthisOldDave
02/24/2023, 2:11 PMtypebhartsfield
02/24/2023, 2:11 PMPatrick Roy
02/24/2023, 2:15 PMbrettpr
02/24/2023, 2:32 PMsArgs = {
type: "email",
value: "<mailto:john@example.com|john@example.com>"
}Patrick Roy
02/24/2023, 2:32 PMPatrick Roy
02/24/2023, 2:36 PMPatrick Roy
02/24/2023, 2:42 PMthisOldDave
02/24/2023, 2:44 PMAdam Cameron
Adam Cameron
Evil Ware
02/24/2023, 3:44 PMEvil Ware
02/24/2023, 3:48 PMAdam Cameron
Evil Ware
02/24/2023, 3:52 PMPatrick Roy
02/24/2023, 4:44 PMAdam Cameron
test variable and waiting around to the end of the function before returning it. None of the code after setting test is run, so no point in hanging around.
Seems weird to have a isValid-ish function that doesn't actually take parameters too.
But hey ho.Evil Ware
02/24/2023, 5:06 PM