Wappler Version : 5.2.0
Operating System : Windows 10
Server Model: NodeJS
Database Type: Postgres
Hosting Type: Docker
Expected behavior
What do you think should happen?
When adding a custom Full Calendar monthly calendar integration, there should not be any additional Wappler/DMX elements inserted into the app.
Actual behavior
Somewhat randomly, Wappler inserts
is="dmx-link"
and
href=""
into the Full Calendar monthly calendar…but will sometimes disappear on data or date changed:
Here you can see, highlighted in blue, some headers and dates have been converted to hyperlinks:
Using the console inspector we see the following for the header ‘Fri’
Similar for the date/day number:
I have no dmxCalendar components installed, so the FullCalendar integration is only from custom JS code
If i change dates or render the calendar again, most, but not all of the errors are removed.
Here i change to the next month, and the dates are ok, but the headers still have the href
How to reproduce
- create a custom FC integration using the standard monthly grid and data from a Wappler Server Connect API
- See if the error occurs
Last updated: