mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23: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,
|
||||
maxDate,
|
||||
minDate,
|
||||
// default to static: true so the
|
||||
// date picker works inside a modal
|
||||
static: true,
|
||||
...flatpickrProps,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue