feat(datepicker): display datepicker on the right

This commit is contained in:
Sarah Vaupel 2019-08-13 18:12:29 +02:00
parent d4ebed120d
commit cbb7e95276

View File

@ -10,6 +10,7 @@ const DATEPICKER_INITIALIZED_CLASS = 'datepicker--initialized';
const DATEPICKER_CONFIG = {
'global': {
position: 'right',
locale: 'de', // TODO: hardcoded
weekStart: 1, // TODO: hardcoded
stayOpen: true, // to prevent the instance from closing when selecting a date before selecting a time