flowbite-bundle icon indicating copy to clipboard operation
flowbite-bundle copied to clipboard

🎨 A Symfony form theme for Flowbite

Results 6 flowbite-bundle issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug
enhancement

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...