Skip to content

Commit

Permalink
Fix(web-twig): Fix rendering of the value attribute in TextArea #DS-319
Browse files Browse the repository at this point in the history
  • Loading branch information
dlouhak committed Nov 28, 2022
1 parent 73f6506 commit 152603c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{{ _disabledAttr | raw }}
{{ _requiredAttr }}
>
{{ _valueAttr | raw }}
{{ _value | raw }}
</textarea>
{% else %}
<input
Expand Down

0 comments on commit 152603c

Please sign in to comment.