We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bab44de + cc3d154 commit 4ff3072Copy full SHA for 4ff3072
1 file changed
Resources/views/Form/fields.html.twig
@@ -38,7 +38,7 @@
38
<script type="text/javascript">
39
$(function() {
40
$("#{{ form.children.text.vars.id }}").unbind();
41
- $("#{{ form.children.text.vars.id }}").bind("change", function(){
+ $("#{{ form.children.text.vars.id }}").bind("keyup", function(){
42
$("#{{ form.children.key.vars.id }}").val('');
43
$("#image_{{id}}").hide();
44
});
0 commit comments