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 Sep 2, 2024. It is now read-only.
Currently, I have to pass in all of the fields in localization according to #29 (comment) . However, I have found that as long as I pass in dayNames, monthNames, and monthNamesShort, nothing breaks.
Describe the solution you'd like
If I just want to change the placeholder, there's no reason I need to have my own copies of the fields in the localization object. It should default to the default if a value is not given.
The text was updated successfully, but these errors were encountered:
Say I just want to change the placeholder.
Currently, I have to pass in all of the fields in localization according to #29 (comment) . However, I have found that as long as I pass in
dayNames
,monthNames
, andmonthNamesShort
, nothing breaks.Describe the solution you'd like
If I just want to change the placeholder, there's no reason I need to have my own copies of the fields in the localization object. It should default to the default if a value is not given.
The text was updated successfully, but these errors were encountered: