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

HtmlHelper::dropdown() deprecated #118

Closed ypnos-web closed 7 years ago

ypnos-web commented 7 years ago

Thanks for your terrific work on the new version of the helpers and cakephp 3.4 support!

You deprecated the dropdown() method. FormHelper::dropdownButton() is using it, but not deprecated yet.

Will there be an alternative to the deprecated method? What is the rationale behind the deprecation?

Thanks!

Holt59 commented 7 years ago

I marked it deprecated in a previous version because I did not like the way it was working (passing the inputs as an array of array... ), but I have now modified it so it should not be marked as deprecated, I will fix that.

Holt59 commented 7 years ago

Fixed by 598416f73bdf374c0fe691146663944a143afa43 in master and v3.1.2 branch, sorry for the inconvenience.