Closed (fixed)
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2025 at 13:59 UTC
Updated:
20 Jan 2025 at 14:54 UTC
Jump to comment: Most recent
When a fieldset is NOT disabled, it generates an attribute in the form ="", which is invalid. The is caused by disabled_attr being an empty string:
<fieldset {{ attributes.addClass(fieldset_classes).setAttribute(disabled_attr, disabled_attr) }}>
Add a radio buttons to a form and observe the surrounding fieldset.
Comments
Comment #3
danchadwick commented