|
@@ -88,7 +88,7 @@ file that was distributed with this source code.
|
|
|
}
|
|
|
},
|
|
|
formatResult: function (item) {
|
|
|
- return {% block sonata_type_model_autocomplete_dropdown_item_format %}'<div class="{{ dropdown_item_css_class }}">'+item.label+'</div>'{% endblock %};// format of one dropdown item
|
|
|
+ return {% block sonata_type_model_autocomplete_dropdown_item_format %}'<div class="{{ dropdown_item_css_class }}">'+item.label+'<\/div>'{% endblock %};// format of one dropdown item
|
|
|
},
|
|
|
formatSelection: function (item) {
|
|
|
return {% block sonata_type_model_autocomplete_selection_format %}item.label{% endblock %};// format selected item '<b>'+item.label+'</b>';
|