breaking(date-picker): default flatpickrProps.static to true

Closes #985
This commit is contained in:
Eric Liu 2022-05-14 11:20:47 -07:00
commit d641e6fd76

View file

@ -216,6 +216,9 @@
locale,
maxDate,
minDate,
// default to static: true so the
// date picker works inside a modal
static: true,
...flatpickrProps,
});
}