Skip to content

PrimeRadioButton issue #37

@csakis

Description

@csakis

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:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions