Skip to content

Commit

Permalink
Remove extra dropdown css class
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Taylor committed Oct 9, 2023
1 parent 940e860 commit ca62b25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fields/DynamicListField.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public function __construct($name, $title = null, $source = null, $value = "", $
}
}

$this->addExtraClass('dropdown');

parent::__construct($name, $title, $source, $value, $form, $emptyString);
}
}

0 comments on commit ca62b25

Please sign in to comment.