Scale search field after building results.
This commit is contained in:
parent
92c5cdac99
commit
e9e4b488cd
|
@ -224,6 +224,7 @@
|
|||
}
|
||||
}
|
||||
this.show_search_field_default();
|
||||
this.search_field_scale();
|
||||
this.search_results.html(content);
|
||||
return this.parsing = false;
|
||||
};
|
||||
|
|
|
@ -221,6 +221,7 @@
|
|||
}
|
||||
}
|
||||
this.show_search_field_default();
|
||||
this.search_field_scale();
|
||||
this.search_results.update(content);
|
||||
return this.parsing = false;
|
||||
};
|
||||
|
|
|
@ -197,6 +197,8 @@ class Chosen
|
|||
@selected_item.find("span").text data.text
|
||||
|
||||
this.show_search_field_default()
|
||||
this.search_field_scale()
|
||||
|
||||
@search_results.html content
|
||||
@parsing = false
|
||||
|
||||
|
|
|
@ -192,6 +192,8 @@ class Chosen
|
|||
@selected_item.down("span").update( data.text )
|
||||
|
||||
this.show_search_field_default()
|
||||
this.search_field_scale()
|
||||
|
||||
@search_results.update content
|
||||
@parsing = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue