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
-
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