formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 204 forks source link

Allow field->inline() to receive a boolean #572

Closed dariusj18 closed 3 years ago

dariusj18 commented 6 years ago

Similar to #571, allow the inline method to have a boolean passed in instead of just being an enable only method.

ex. Former::checkboxes('fieldname')->inline($bool)

claar commented 6 years ago

Feel free to attempt a PR based on https://github.com/formers/former/commit/95818c507fd2a

tortuetorche commented 3 years ago

Fixed with this pull request #574

Thank you @dariusj18 👍