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
Fix: date widgets must return datetimes in the local timezone.
New: timezone can be overridden for date widgets.
New: “default” can be a callable. It receives previous answers as argument.
New: “values” can be a callable for selectone and selectmany. It receives previous answers as argument.
New: “validate” method of validators receives a “context” kwarg with previous answers.