netojose / laravel-bootstrap-4-forms

Bootstrap 4 forms for Laravel 5/6/7/8
MIT License
183 stars 58 forks source link

Update FormBuilder.php #105

Closed kingwkb closed 3 years ago

kingwkb commented 4 years ago

fix options have 0 and null or empty in_array(0, [null]) in_array(0, ['']) in_array(0, ['0']) they are true

in_array('0', ['0']) => true in_array('0', [null]) => false in_array('0', ['']) => false

pro2s commented 3 years ago

Hi @netojose! Could you please approve and merge this PR? Thanks :)

netojose commented 3 years ago

@pro2s , merged. You can use 3.0.5 version. Thanks!!!