CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

date input missing row #115

Closed krsriq closed 7 years ago

krsriq commented 7 years ago

When using date inputs ($this->Form->input('date', ['type' => 'date'])) the markup created misses a <div class="row"> around the select box columns. The same is true for input type year. Confirmed on fresh install of Cake v3.4.2.

Holt59 commented 7 years ago

Should be fixed by d236cd3d8766bc1aca2b066734df2cb1051e4e5f, let me know if it works for you - if it does not, could you elaborate on the expected behavior (by providing the expected markup)? Thanks.

krsriq commented 7 years ago

Great, fixed! Thanks a lot!

Holt59 commented 7 years ago

I am closing this, do not hesitate to open a new issue if necessary!