Add .dropdown class to CountryDropdownField to make it use chosen.js

This commit is contained in:
Ingo Schommer 2012-06-26 17:56:07 +02:00
parent a9fa281723
commit 218037b8cf

View File

@ -19,6 +19,8 @@ class CountryDropdownField extends DropdownField {
*/
static $default_country = 'NZ';
protected $extraClasses = array('dropdown');
/**
* Get the locale of the Member, or if we're not logged in or don't have a locale, use the default one
* @return string