chore(date-picker): also set static: true in exported prop

Follow-up to #1298
This commit is contained in:
Eric Liu 2022-05-14 12:46:01 -07:00
commit 96d74ac442

View file

@ -64,7 +64,7 @@
* @see https://flatpickr.js.org/options
* @type {import("flatpickr/dist/types/options").Options}
*/
export let flatpickrProps = {};
export let flatpickrProps = { static: true };
import {
createEventDispatcher,