nette-bootstrap-form icon indicating copy to clipboard operation
nette-bootstrap-form copied to clipboard

Nette bootstrap forms renderer

Results 3 nette-bootstrap-form issues
Sort by recently updated
recently updated
newest added

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();...

bug

Hi, i am thinking about implementation: https://github.com/flatlogic/awesome-bootstrap-checkbox. What you think?