forms-bootstrap
forms-bootstrap copied to clipboard
Variable Mismatch for Maximum Length of Content
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 length of the input field being determined by its visual width instead of the intended $maxLength value.
I don't understand your language? Can U use English?