Get hiddenOn field value when mutate
How could I get the value of a conditionally hidden field? When it is visible, with $get I can get the value, but when it is hidden it returns null
3 Replies
Afaik you can't. Once hidden, it doesn't exist in the form state.
π
And do you know of any workaround that works?
I may be wrong. Doing some testing.