Cheaterman
Clearing UForm errors
@kapa.ai OK, it's a bit ugly but I went about it differently :
I'm reasonably sure the reason it doesn't work as-is is because the validate() method of the form is called with a
path
argument that only includes the path being edited, which will dismiss the results of my custom validator function, including the clear() that happens later (and the errors are being concatenated with the otherErrors variable, see this part of the implementation for more information).14 replies