Skip to content

Commit

Permalink
Add .dropdown class to CountryDropdownField to make it use chosen.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jun 26, 2012
1 parent a9fa281 commit 218037b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forms/CountryDropdownField.php
Expand Up @@ -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
Expand Down

0 comments on commit 218037b

Please sign in to comment.