-
Beta Was this translation helpful? Give feedback.
Answered by
venuziano
Oct 11, 2022
Replies: 1 comment
-
I managed to solve the issue like this: When using .touched object, use like this > Code example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
venuziano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to solve the issue like this:
When using .touched object, use like this >
values?.touched?.Contribuinte && values?.touched?.Contribuinte?.CtbTipo
And when using .errors >
values?.errors.Contribuinte?.CtbTipo
Code example: