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 = {
|
const DATEPICKER_CONFIG = {
|
||||||
'global': {
|
'global': {
|
||||||
|
position: 'right',
|
||||||
locale: 'de', // TODO: hardcoded
|
locale: 'de', // TODO: hardcoded
|
||||||
weekStart: 1, // TODO: hardcoded
|
weekStart: 1, // TODO: hardcoded
|
||||||
stayOpen: true, // to prevent the instance from closing when selecting a date before selecting a time
|
stayOpen: true, // to prevent the instance from closing when selecting a date before selecting a time
|
||||||
|
|||||||
Reference in New Issue
Block a user