Open KellyP5 opened 1 year ago
The ui:classNames
is only designed to target the outer field. Theoretically you can use CSS to target the inner select
or you could write your own custom field and switch out the OneOfField
with it.
This issue has been automatically marked as possibly close because it has not had recent activity. It will be closed if no further activity occurs. Please leave a comment if this is still an issue for you. Thank you.
Prerequisites
What theme are you using?
material-ui
What is your question?
When using
oneOf
, by using theui:classNames
component this classname does not apply to the actual selection input component, rather it applies to the resulting field that is changed. See image below for the RJSF playground example of what I mean.