This is cool, but it validate the entire form when any field is blurred. Instead, I want to be able to only validate that field (or optionally pass other fields that should validate at the same time)
How can I do this? I'd rather not have to define validators on the field level if possible