Hi Isomorphic,
I'm in a situation where I have a form I show on selecting a Tab. The FormItems have default values. When the user sees the default values and accepts them by just not changing them I want to treat the form as "dirty"/have form.valuesHaveChanged() return true.
How is this best done? There is no method setValuesHaveChanged().
Related question: Should setting a value to a HiddenItem via hiddenItem.setValue(x) make form.valuesHaveChanged() return true?
Thank you & Best regards
Blama
I'm in a situation where I have a form I show on selecting a Tab. The FormItems have default values. When the user sees the default values and accepts them by just not changing them I want to treat the form as "dirty"/have form.valuesHaveChanged() return true.
How is this best done? There is no method setValuesHaveChanged().
Related question: Should setting a value to a HiddenItem via hiddenItem.setValue(x) make form.valuesHaveChanged() return true?
Thank you & Best regards
Blama
Comment