adamwathan/form

hasModelValue doesn't work with mutated value

grantlovell opened this issue · 0 comments

src/AdamWathan/Form/FormBuilder.php line 101, could work with:
return !!$this->model->{$name};

But there may be a better implementation.