I need an example how to edit getFlatpickrOptions #7308
Answered
by
furkanevran
Julian1993ARG
asked this question in
Help
-
before -> this.form.MyDate.element.datepicker("option", "minDate", this.form.MyAnotherDate.valueAsDate) |
Beta Was this translation helpful? Give feedback.
Answered by
furkanevran
Jan 8, 2025
Replies: 2 comments 1 reply
-
Can anyone help me? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could use the following: this.form.MyDate.domNode._flatpickr.config.minDate = this.form.MyAnotherDate.valueAsDate; Flatpickr Docs: https://flatpickr.js.org/instance-methods-properties-elements/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Julian1993ARG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use the following:
Flatpickr Docs: https://flatpickr.js.org/instance-methods-properties-elements/