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
onChangeAsync
.
onChangeListenTo
onChangeListenTo
does not work when using
onChangeAsync
onChangeAsync
? When I change to
onChange
onChange
it works as intended.
Maybe I am not approaching this problem the way I should.