mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(date-picker): also set static: true
in exported prop (#1300)
* chore(date-picker): also set `static: true` in exported prop * Run "yarn build:docs"
This commit is contained in:
parent
37b40d640b
commit
4a052afcb5
4 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue