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
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
I do not understand why date picker takes
value
anddefaultValue
as strings, butonChange
method outputsmoment
object.Also, we need to format
value
anddefaultValue
with a pattern and when submit this pattern to control itself.Internally it's transformed to
moment
, which again forces me to ask - why not just taking a moment in a first place?moment
objectmoment
objectThe text was updated successfully, but these errors were encountered: