Open mojo2012 opened 3 years ago
Hi,
I've just checked and it works. I've use following input (copied from demo)
template: <div th:text="${person.firstName}">ABC</div>
model: person = {"firstName": "John", "lastName": "Smith", "age": 84, "alive": true}
in output field I got: <div>John</div>
I've just changed mode to XHTML
(instead of VALIDXML
)
Please let me know if it works
Sorry, I did not see the combobox. The placeholders should then be adapted, or at least the default value XHTML should be fitting for the placeholder :-D
Hi,
first, thanks for you hosted online editor, but it seems it doesn't work anymore. I can't manage to render anything. The demo values from the placeholder text don't work either.
Btw it would be better to not have the demo values as placeholders but as direct editable text.
best regards,
matthias