Skip to content

Commit 4ff3072

Browse files
committed
Merge branch '2.2'
2 parents bab44de + cc3d154 commit 4ff3072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/views/Form/fields.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<script type="text/javascript">
3939
$(function() {
4040
$("#{{ form.children.text.vars.id }}").unbind();
41-
$("#{{ form.children.text.vars.id }}").bind("change", function(){
41+
$("#{{ form.children.text.vars.id }}").bind("keyup", function(){
4242
$("#{{ form.children.key.vars.id }}").val('');
4343
$("#image_{{id}}").hide();
4444
});

0 commit comments

Comments
 (0)