-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PrimeRadioButton issue #37
Comments
You are right - option_class was not rendered .... should be fixed in 1.9.3 Please check the latest version if it solves your problem. Greetings, Tom |
@sfxcode Thank you for the quick fix. It's getting better. I have also just noticed that you added the |
Hi, added new label_class property. Feel free to try it out together with latest input: InputOtp ;-) Nice coding time, Tom |
Thank you |
Something is fishy with the radio buttons.

There are two custom class fields:
options_class
andoption_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 theFormKitPrimeRadioButtonProps
.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.
The text was updated successfully, but these errors were encountered: