-
Beta Was this translation helpful? Give feedback.
Answered by
amuza2
Sep 2, 2025
Replies: 3 comments 3 replies
-
One possible solution: Add an (by default invisible) DatePicker to the view, bound to a boolean property in the VM. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amuza2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After few days I was back to the DatePicker as it fits better than CalendarDatePicker, hopefully I found the solution after looking at the DatePicker source code.
here is how I did it:
I have this:
I want once I click on the calendar button, the datepicker fires and show the date selection, like below: