Wappler Version : 7.3.6
Operating System : win 11
Server Model: node
Database Type: MariaDB
Hosting Type: Wappler Local Server
Expected behavior
Tooltips/ popups should, display numeric values
Actual behavior
What actually happens?
Nothing is displayed with numeric values, only text values are displayed
See video
Sorry about quality, the 30MB limit on videos forces me to reduce quality.
That data structure which is not clear is:
{
"UVID_count": 15,
"Elector_Number_Prefix": "DCG",
"PostCode": "NE21 5SF",
"Latitude": 54.953919,
"Longitude": -1.725438
},
The following error is seen in the console when using numeric data
leaflet.min.js:11 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
Other things i note.
While the query outputs UVID.count as numeric, the picker sees it as text
This means the picker does not offer the option to convert to string however manually adding it does lead to leaflet working correctly
I do note when examining the Meta data of the API action that UVID_count is shown as Text for some reason
"meta": [
{
"name": "UVID_count",
"type": "text"
},
I have tried manually editing the file and changing this to "number" but it does not seen to make any difference.
