Hi,
When there is error in a field activeControlGroup does not add has-error CSS class to it's container or print error message below.
echo TbHtml::activeControlGroup(TbHtml::INPUT_TYPE_TEXT, $model, 'username' );
Maybe I'm doing something wrong?
Variable $errorCss is not used anywhere across TbHtml class.