mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
breaking(date-picker): default flatpickrProps.static
to true
Closes #985
This commit is contained in:
parent
20a8a647f1
commit
d641e6fd76
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@
|
||||||
locale,
|
locale,
|
||||||
maxDate,
|
maxDate,
|
||||||
minDate,
|
minDate,
|
||||||
|
// default to static: true so the
|
||||||
|
// date picker works inside a modal
|
||||||
|
static: true,
|
||||||
...flatpickrProps,
|
...flatpickrProps,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue