-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Something is fishy with the radio buttons.
There are two custom class fields: options_class and option_class.
As far as I can see options_class works as it is supposed to, however, option_class doesn't. It's not defined in the FormKitPrimeRadioButtonProps.
If I look at the RadioButtons Example website: https://formkit-primevue.netlify.app/inputs/radioButton, the radiobuttons
are rendered this way:

There's a div with an empty class and a div under it with option_class attribute.
Is this intended behavior?
I am trying to have my radiobuttons in a row and align the labels and the buttons vertically centered with flex box, and I am not able to do it because of the wrapper div with the empty class, I don;t know how to target that div to not have an empty class.