Use flatpickr. There are a bunch of posts about it on the Community.
@TomG
I am trying to integrate the Duet Date Picker into a Qualtrics survey to ensure accessibility for our users. While the date picker works perfectly in a standalone setup, I am facing challenges with displaying the calendar correctly within Qualtrics.
Specifically, the calendar popup is not showing up as expected and appears behind other elements on the page. Despite trying various z-index and positioning adjustments, the issue persists.
Here is the link to the GitHub repository for the Duet Date Picker:Duet Date Picker GitHub
I would appreciate any guidance or solutions to make the date picker accessible and correctly displayed in Qualtrics. Thank you for your support! date-picker/src at master · duetds/date-picker · GitHub https://duetds.github.io/date-picker/
@Vinoth_Mathaiyan,
I’ve never used Duet, but beside your implementation issues, it seems to come with a lot of baggage.
If you just need a simple date picker, you can use the html5 date picker. Just use JS to change the input type to date. You can add min and max attributes if needed.