Hi! Is it possible to reset a parameter?
I have 2 fields: x is an OptionField, y is a NumberField. If x changes, y should reset to the default value corresponding to x (as define by a callback), which the user can then edit. Is this possible? Perhaps somehow using the SetParams method ?
Thank you!