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.show_search_field_default();
|
||||||
|
this.search_field_scale();
|
||||||
this.search_results.html(content);
|
this.search_results.html(content);
|
||||||
return this.parsing = false;
|
return this.parsing = false;
|
||||||
};
|
};
|
||||||
|
|
|
@ -221,6 +221,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.show_search_field_default();
|
this.show_search_field_default();
|
||||||
|
this.search_field_scale();
|
||||||
this.search_results.update(content);
|
this.search_results.update(content);
|
||||||
return this.parsing = false;
|
return this.parsing = false;
|
||||||
};
|
};
|
||||||
|
|
|
@ -197,6 +197,8 @@ class Chosen
|
||||||
@selected_item.find("span").text data.text
|
@selected_item.find("span").text data.text
|
||||||
|
|
||||||
this.show_search_field_default()
|
this.show_search_field_default()
|
||||||
|
this.search_field_scale()
|
||||||
|
|
||||||
@search_results.html content
|
@search_results.html content
|
||||||
@parsing = false
|
@parsing = false
|
||||||
|
|
||||||
|
|
|
@ -192,6 +192,8 @@ class Chosen
|
||||||
@selected_item.down("span").update( data.text )
|
@selected_item.down("span").update( data.text )
|
||||||
|
|
||||||
this.show_search_field_default()
|
this.show_search_field_default()
|
||||||
|
this.search_field_scale()
|
||||||
|
|
||||||
@search_results.update content
|
@search_results.update content
|
||||||
@parsing = false
|
@parsing = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue