Contribution Date
Technology
Contribution Project
Contribution Details
@alexskrypnyk
The wrapper https://github.com/civictheme/uikit/blob/main/components/02-molecules/fo...
for radios and checkbox need to be 'flex'
&ct-form-element--radio,
&ct-form-element--checkboxes {
display: flex;
}
Reason: https://github.com/civictheme/uikit/blob/main/components/02-molecules/fo...
Label is not printed within the input element but rather outside.
Content is never passed to https://github.com/civictheme/uikit/blob/main/components/02-molecules/fo...
rather label has its own component 'form-element-label'
Contribution Issue Link
Files count
1
Patches count
0