Skip to content

Commit

Permalink
bugfix missing init value
Browse files Browse the repository at this point in the history
  • Loading branch information
liverbool committed Oct 8, 2018
1 parent c148e4f commit df275a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/ace_widget.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% block ace_widget %}
<textarea {{ block('widget_attributes') }} style="visibility: hidden; width: 0; height: 0; position: absolute;">{{ value }}</textarea>
<div id="{{ id }}-ace"></div>
<div id="{{ id }}-ace">{{ value }}</div>
{% if enable and not async %}
{{ block('_ace_javascript') }}
{% endif %}
Expand Down

0 comments on commit df275a0

Please sign in to comment.