Closed razzzo closed 9 years ago
Will need to check. This was changed a bit in #22 for an update in core yii active field rendering active hints differently.
Will check and update.
Ok, thanks.
I cannot reproduce this... it seems to render fine.
Ensure you have the latest updated version / release of the extension.
You're right, it's fine.
I use class ActiveField extends \kartik\form\ActiveField
.
I did some modifications in my ActiveField::render()
and that was the problem.
Yes if you are extending classes... please test with core extension inbuilt classes before reporting issues.
Hey,
Is there any specific reason for omitting {hint} tag in buildTemplate() method?
buildLayoutParts()
and thensetLayoutContainer('hint', $errorDivClass);
prepares container for hint as follows (or similar)but it is not applied and I'm getting something like
After small update in ActiveField::buildTemplate()
I'm getting hint with applied container
I use
ActiveForm::TYPE_HORIZONTAL
form