zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Passing creation options to form factory with add() #213

Open fabiang opened 6 years ago

fabiang commented 6 years ago

Hello,

since #45 introduced some BC breaks and was reverted, maybe we could instead pass the creation options for factories as second argument in Zend\Form\Factory::create() and third argument in Zend\Form\Fieldset::add().

What do you think?

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-form; a new issue has been opened at https://github.com/laminas/laminas-form/issues/4.