I'm using ES version 8.2.1I have the following set in a numeric
field:validate this.rawValue <= 10The validation script error message
is: You must enter a value less than or equal to $10.00so far the above
script works, but I would like to take it further. When the above
validates (lets say the client puts 11 in the field), the client gets
the error message, but the value still remains at 11 and they are
allowed to continue.What I want to happen is for the error message to be
displayed, but then...