Descripción
Debug a field or expression
File Template: ✅
Prefix
thyme:debug
Scopes
html
Snippet de código
<span th:text="${#fields.hasErrors('${1:field}')} ? 'Error' : 'OK'"></span>
Debug a field or expression
thyme:debug
html
<span th:text="${#fields.hasErrors('${1:field}')} ? 'Error' : 'OK'"></span>