Closed Archy812 closed 6 years ago
Hi,
Code
if ($type != 'range' || $type != 'color') { Html::addCssClass($options, $this->addClass); }
uses || so it's always true, maybe there should be &&
||
&&
https://github.com/kartik-v/yii2-widget-activeform/blob/master/src/ActiveField.php#L535
Hi,
Code
uses
||
so it's always true, maybe there should be&&
https://github.com/kartik-v/yii2-widget-activeform/blob/master/src/ActiveField.php#L535