dwightwatson / bootstrap-form

Bootstrap 3 form builder for Laravel
MIT License
217 stars 133 forks source link

Impossible to get a field without label #143

Open fklee opened 2 years ago

fklee commented 2 years ago

As on version 2.3.

If I set à label to "false" to avoid having a label, I always get label. Think forcing label to string result to à $label value to "" (empty) to $lable, in facto, $this->getLabelTitle($label, $name) never return null !

dwightwatson commented 2 years ago

Happy to accept a PR that rectifies this behaviour.

fklee commented 2 years ago

Hi, will try to do it as soon as possible !