Please help with binding dates in date picker

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

Here is errors from JavaScript chrome console (maybe it helps):

It’s not working ? :roll_eyes:

Hi @alnkde :wave:

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!