This seems to not be working, if i place a calendar on my page and try to retrieve the data bindings for active, current, title, they are all just null
You can test the following update.
dmxCalendar.zip (3.6 KB)
1 Like
Perfection, thank you so much
I was scared I broke it myself with my changes to your .js file because I still have to make these alts with each update so i can make the calendar display correctly
header:{left:"today prev,next",center:"title",right:this.props.views.toString()}})
change to
header: {left:"prev",center:"title",right:"next"}})
This has been fixed in Wappler 3.9.6
This topic was automatically closed after 30 hours. New replies are no longer allowed.