Scale search field after building results.

abstract-chosen
Patrick Filler 2011-07-19 17:33:46 -04:00
parent 92c5cdac99
commit e9e4b488cd
4 changed files with 6 additions and 0 deletions

View File

@ -224,6 +224,7 @@
}
}
this.show_search_field_default();
this.search_field_scale();
this.search_results.html(content);
return this.parsing = false;
};

View File

@ -221,6 +221,7 @@
}
}
this.show_search_field_default();
this.search_field_scale();
this.search_results.update(content);
return this.parsing = false;
};

View File

@ -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

View File

@ -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