Wappler Version : 4.9.0
Operating System : Mac OS 12.2.1
Server Model: PHP
Database Type: MySQL
Hosting Type: Docker
Expected behavior
When typing database_field_value == 1 ? ‘Yes’ : ‘No’ into dynamic inner text the space between the 1 and ? should be maintained and nothing added.
Actual behavior
When typing database_field_value == 1 ? ‘Yes’ : ‘No’ into dynamic inner text the space between the 1 and ? a + is added when clicking on save. The code view updates to database_field_value==1+? ‘Yes’ : ‘No’ causing inner text to render “false”.
Screen Recording 2022-05-09 at 11.03.36 AM
How to reproduce
Type database_field_value == 1 ? ‘Yes’ : ‘No’ into dynamic inner text and click save.
Community Page
Last updated:
Last updated: