Hello there
I want to avoid the problem, when my users are entering something and delete it again, that there is an «foo is required» error under the input field.
in other words: i want to check the content of $propertyName in the updated function and only call validateOnly when its not empty. (Or any other way to achieve this.)
Thanks
Tobi