You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second part of problem the problem is the following: TbFormInputElement should not declare the $widgetOptions attribute because this overrides it to an empty array and completely prevents us from specifying any attributes from TbForm/CForm
The cause is here: https://github.com/clevertech/YiiBooster/blob/master/src/widgets/TbFormInputElement.php#L158
'widgetOptions' and 'label' should be separate strings, yet they are concatinated into one
The text was updated successfully, but these errors were encountered: