Browse Source

FormValidator: Allow to Number use custom CSS classes - refs BT#16152

Angel Fernando Quiroz Campos 5 years ago
parent
commit
34aeb8e6e3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/inc/lib/formvalidator/Element/Number.php

+ 0 - 1
main/inc/lib/formvalidator/Element/Number.php

@@ -20,7 +20,6 @@ class Number extends HTML_QuickForm_text
         }
 
         $attributes['type'] = 'number';
-        $attributes['class'] = 'form-control';
 
         parent::__construct($elementName, $elementLabel, $attributes);
         $this->_appendName = true;