flowbite-bundle
flowbite-bundle copied to clipboard
🎨 A Symfony form theme for Flowbite
Hi, I noticed a strange (erroneous?) behavior of checkbox / switch fields. If we have a form that is sent and validated with errors - each checked checkbox field will...
When I set the date format, to something other than MMddyyyy the select fields change place and it doesn't look good. How can I deal with this? Below is a...
I am experiencing weird behavior when making dropdowns. First of all, the styling is only applied when the `autocomplete` property is defined, when selecting a value from the dropdown, the...
In the custom form theme block `checkbox_radio_label`, the field validity is incorrectly determined using `form.parent.vars.valid`. This checks the validity of the *entire parent form*, not the individual field. Fix #31...