awcodes/filament-table-repeater

Hidden Labels issue in (CheckboxList and radio buttons)

Closed this issue · 1 comments

if we use the radio button or checkbox list,
and use hide labels then it is hiding the radios and checkboxes.

image

The solution is to change css slightly like

.filament-table-repeater-column.has-hidden-label label:not(.filament-forms-checkbox-list-component-option-label, .filament-forms-radio-component label)
{
/* css */
}

Thanks

Thanks for the report.