feat(datepicker): display datepicker on the right
This commit is contained in:
parent
d4ebed120d
commit
cbb7e95276
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user