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
Passing locale doesn't seem to do anything to the calendar. I double checked that the parent component is setting locale to 'es', but the resulting calendar stays in english.
{{#power-datepickerhorizontalPosition="right"selected=selectedlocale=localeonSelect=(action'onSelect')
as |dp|}}{{#dp.triggertabindex="-1"}}
<inputtype="text"class="my-input-class" readonly value={{dateText}}>
{{fa-icon'caret-down'}}{{/dp.trigger}}{{#dp.contentclass="datepicker-small datepicker-right"}}{{dp.nav}}{{dp.daysmaxDate=maxDate}}{{/dp.content}}{{/power-datepicker}}
The text was updated successfully, but these errors were encountered:
Passing
locale
doesn't seem to do anything to the calendar. I double checked that the parent component is settinglocale
to 'es', but the resulting calendar stays in english.The text was updated successfully, but these errors were encountered: