nette-bootstrap-form
nette-bootstrap-form copied to clipboard
Nette bootstrap forms renderer
FIX Compile Error: $wrappers must be array (as in class Nette\Forms\Rendering\DefaultFormRenderer)
When used any of BootstrapRenderers, snippet redraw sends the message but actual redraw never happens. **Presenter:** ``` class SimplePresenter extends Nette\Application\UI\Presenter { public function createComponentSimpleForm() { $form = new Nette\Application\UI\Form();...
Hi, i am thinking about implementation: https://github.com/flatlogic/awesome-bootstrap-checkbox. What you think?