mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
breaking(date-picker): default flatpickrProps.static
to true (#1298)
Closes #985 * breaking(date-picker): default `flatpickrProps.static` to true * docs(date-picker): update docs on `flatpickrProps.static` * docs(date-picker): feature single/range examples first
This commit is contained in:
parent
20a8a647f1
commit
a958825d19
3 changed files with 37 additions and 26 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