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
As noticed on a users recent tutorial on forms there is a date-utils file which can be imported from the date-picker directory. We should not export such utils and should provide better examples of how to work with the date-picker without such utils.
The date picker both gets and sets a string value rather than a Date object as per the native browser date input.
The text was updated successfully, but these errors were encountered:
Enhancement
As noticed on a users recent tutorial on forms there is a
date-utils
file which can be imported from thedate-picker
directory. We should not export such utils and should provide better examples of how to work with thedate-picker
without such utils.The date picker both gets and sets a string value rather than a
Date
object as per the native browser date input.The text was updated successfully, but these errors were encountered: