From cbb7e952769ef5208103766f4b32217819deed8e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 13 Aug 2019 18:12:29 +0200 Subject: [PATCH] feat(datepicker): display datepicker on the right --- frontend/src/utils/form/datepicker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/utils/form/datepicker.js b/frontend/src/utils/form/datepicker.js index 5c13b63a4..22b94ab79 100644 --- a/frontend/src/utils/form/datepicker.js +++ b/frontend/src/utils/form/datepicker.js @@ -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