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: making the parse format available for native date adapter extension (#25226)
* fix: making the parse format available for adapter extension
If we want to extend the native date adapter and extend the parse implementation to support multiple locales and formats, it is not possible since the parse signature does not contain the parseFormat as in its superclass DateAdapter.
* fixup! fix: making the parse format available for adapter extension
Co-authored-by: Miles Malerba <mmalerba@google.com>
0 commit comments