Linked fields and onChangeAsync
Hi!
I have a form where at least one of two fields must be present (nationalId and/or passport). The problem is that when I change one field, it does fire the other field validation but not his own. I am using
onChangeAsync
. onChangeListenTo
does not work when using onChangeAsync
? When I change to onChange
it works as intended.
Maybe I am not approaching this problem the way I should.0 Replies