forms-bootstrap icon indicating copy to clipboard operation
forms-bootstrap copied to clipboard

๐Ÿ‘พ Bootstrap 4 + 5 forms for Nette framework

Results 8 forms-bootstrap issues
Sort by recently updated
recently updated
newest added

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). ![image](https://github.com/user-attachments/assets/9a152a56-c086-4c86-80dd-5571d63f0f01)

https://github.com/contributte/forms-bootstrap/blob/d5ea03ae5e7431b43ee245856d1dfd10e23f2845/src/Traits/BootstrapContainerTrait.php#L323 The _$cols_ variable, which defines the visual width (columns) of the input field, is currently being used to set the maxlength HTML attribute. This will result in the maximum...