Greetings!
Please help me to bind allowed dates in Data Picker from my Xano database. When I try to add formula with date, calendar is hiding, and not working anymore. Its only works in manual mode.
Thanks
Greetings!
Please help me to bind allowed dates in Data Picker from my Xano database. When I try to add formula with date, calendar is hiding, and not working anymore. Its only works in manual mode.
Thanks
It’s not working ?
Hi @alnkde
The Allowed dates
setting expects an array of dates like this:
In your example, you are binding to a string. If your intention is for only one date to be available, you’ll still need to “wrap it” inside an array. For example: ["2024-06-01"]
Thank you. It’s worked!