This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Replies: 1 comment
-
You must report it here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i have problem with placeholder in flatpickr component. I used weekSelectPlugin like below:
const config = {
defaultDate: store.getSelectedDate(),
position: "auto",
plugins: [new weekSelectPlugin({})],
locale: {
...Polish,
},
}
Is there any way to display placeholder in pattern like below?
firstDayOfWeek (03.07.2023) - lastDayOfWeek (09.07.2023)
I tried to do it in config, but to no avail.
Do not pay attention about polish locale ;)
Thanks for help :)
Beta Was this translation helpful? Give feedback.
All reactions