You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a radio component with three options; A, B and C. A is the default value. A feature I would like, or maybe I'm missing something that exists, is; I would like to include the radio in the submitted values even if the user did not change the radio value and it remained the default "A". I don't want do this with a global shouldDirty flag on the form, as I very much the behavior of only including the dirty values - except in the case of the radio input. So basically is there something like a shouldDirty flag just for the specific field or some workaround i could use for it to behave as i described?
The text was updated successfully, but these errors were encountered:
I have a radio component with three options; A, B and C. A is the default value. A feature I would like, or maybe I'm missing something that exists, is; I would like to include the radio in the submitted values even if the user did not change the radio value and it remained the default "A". I don't want do this with a global
shouldDirty
flag on the form, as I very much the behavior of only including the dirty values - except in the case of the radio input. So basically is there something like ashouldDirty
flag just for the specific field or some workaround i could use for it to behave as i described?The text was updated successfully, but these errors were encountered: