forms-bootstrap
forms-bootstrap copied to clipboard
š¾ Bootstrap 4 + 5 forms for Nette framework
When I use `{formPrint}` latte macro on `\Contributte\FormsBootstrap\BootstrapForm`, get error: ```` text Nette\MemberAccessException Call to undefined static method [Nette\Bridges\FormsLatte\Runtime::renderformPrint() ````
Hi, i having issue with add condition to field type DateInput and DateTimeInput. When i use addCondition and addConditionOn, my condition is ignored in generating data-nette-rules attribute. Only setRequired works....
For example in bootstrap5 the form-inline for [form tag is dropped](https://getbootstrap.com/docs/5.1/migration/#forms), but it still generates it. So inline render mode for forms doesn't work.
Hi, IĀ“m having an issue with translation (using Contributte Translation package). This wrappers\message (from Contributte Translation documentation): ```php ->setOption('description', new Contributte\Translation\Wrappers\Message('form.mail.description', [...]); ``` Does exactly nothing. Works fine with just...
- with command: activeFloatLabel() -- after render mode may put label floating put files with changes to use - zipped. [BootstrapFrmRnd.zip](https://github.com/user-attachments/files/16060171/BootstrapFrmRnd.zip) contains the files changed: BootstrapRenderer.php BootstrapForm.php
Fixes issue #100 - UploadInput field adds an extra unnecessary label to the HTML
There is an unnecessary extra label for the UploadInput field (tested on Bootstrap 5 version). 