Watz
09/28/2023, 8:14 PMfalse
I use the same function in beforeSave and it prevents the save at least. Do I have to reset the value to a previous one stored in pageInit?
The field is of type Text Area.MTNathan
09/28/2023, 8:52 PMvalidateField
entry point being separate from fieldChanged
. When I contacted support about it they blamed it on Chrome and didn't seem to understand why it's not only confusing, but dangerous considering it essentially ignores that you're returning false
. I've pretty much given up on it and instead just clear out values in validateField
alongside returning false
.MTNathan
09/28/2023, 8:54 PMreturn false
work in validateField
though - I'd be more than happy to be wrong in my approach to this.Watz
09/28/2023, 8:55 PMWatz
09/28/2023, 8:56 PMMTNathan
09/28/2023, 9:10 PM