Skip to content

Commit ce071ae

Browse files
committed
fix: action made a month select have two year drop down list
style: add favicon.ico
1 parent 672c774 commit ce071ae

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-flatpickr-plus",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Flatpickr is a lightweight and powerful datetime picker. Svelte Flatpickr Plus is a wrapper for Flatpickr with some extra features.",
55
"homepage": "https://github.com/kodaicoder/svelte-flatpickr-plus",
66
"bugs": {

src/lib/actions.svelte.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ export default function (node, options = defaultOptions) {
312312
shorthand: options.shorthand, //defaults to false
313313
dateFormat: options.dateFormat, //defaults to "F Y"
314314
altFormat: options.altFormat //defaults to "F Y"
315-
}),
316-
yearDropdownPlugin(),
315+
})
317316
]
318317

319318
const instance = attachFlatpickr(node, opts, options.isMonthPicker ? monthPlugins : []);

static/favicon.ico

29.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)