You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/guide/migrate/+page.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Migration from V1
4
4
5
5
### Importing
6
6
7
-
I has changed from 4 actions (datePicker, monthPicker, dateRangePicker and monthRangePicker) into only 1 action that you can name it by yourself.
7
+
Svelte-flatpickr-plus has changed from 4 actions (datePicker, monthPicker, dateRangePicker and monthRangePicker) into only 1 action that you can name it by yourself.
8
8
9
9
```svelte title=".svelte"
10
10
<script>
@@ -78,6 +78,29 @@ With a month range picker you need to adding options object with `isMonthPicker:
78
78
<input use:svlatepickr={options} /> // [svp! ++]
79
79
```
80
80
81
+
### Fully support on `multiple` mode
82
+
83
+
For now you can using multiple mode on both date picker or month picker
0 commit comments