It should be possible to pass options directly to the <paper-date-picker> element within the dialog. The only colliding property is date, which is no problem as it is bound to the date picker anyways, for obvious reasons. :wink:
So for example the following should change the <paper-date-picker>'s locale:
It should be possible to pass options directly to the
<paper-date-picker>
element within the dialog. The only colliding property isdate
, which is no problem as it is bound to the date picker anyways, for obvious reasons. :wink:So for example the following should change the
<paper-date-picker>
's locale:This would be of great help, not only in order for l10n to be applied, but also to adjust any of the numerous properties available to the date picker.