Hello,
I have problem with form-horizontal.
'wrapInput' => 'col col-md-8' is rendering input with wrapinput="col-sm-8"
and
'wrapInput' => array(
'tag' => 'div',
'class' => 'col-sm-8'
),
is rendering input with wrapinput="div col-sm-8".
im using cakephp 2.5.5
gist here https://gist.github.com/piotr0beschel/3add7899d8621a795bc5
Hello, I have problem with form-horizontal. 'wrapInput' => 'col col-md-8' is rendering input with wrapinput="col-sm-8" and 'wrapInput' => array( 'tag' => 'div', 'class' => 'col-sm-8' ), is rendering input with wrapinput="div col-sm-8". im using cakephp 2.5.5 gist here https://gist.github.com/piotr0beschel/3add7899d8621a795bc5