Wappler Version : 2.4.5
Operating System : Windows 10
Situation
I am developing a multi-lingual app, so all my app’s text is in the database. I access each segment of text with the form {{apptext.value.number}}, e.g. {{apptext.value.230}} This works perfectly well for the content of the normal html tags such as p, button, label etc.
Expected behavior
I expect that I should also be able to use this format to specify the placeholder of an input, so to be able to say
<input type="text" ... placeholder="{{apptext.value.232}}">
Actual behavior
The dynamic value is not accessed and instead I just see
{{apptext.value.232}}
in the input.
How to reproduce
Create any text variable and try it out.
Community Page
Last updated:
Last updated: