trongate / trongate-framework

The Trongate PHP framework
https://trongate.io
Other
1.12k stars 100 forks source link

date-range picker doesn't show calendar #150

Closed neoxnitro closed 11 months ago

neoxnitro commented 1 year ago

No calendar is displayed when I used the "date-range" ... does I use it properly ? or it is a bug ? or a not finished feature ?


    $attr_date["class"] = "date-range";
    echo form_input("test", "05/07/2023", $attr_date);
trongate commented 11 months ago

Thanks. I'll look into this!

trongate commented 11 months ago

I have completely rewritten all of the code related to date and time pickers. Even though this work is not yet finished, your issue should now be resolved. Thank you for bringing this to my attention. If there's anything else that's not right, let me know.