Replies: 1 comment
-
@jinx0001 the schema is mapped to the props. So any prop accepted by the TextField can be used in the schema/component mapper config. EDIT: Here is a sample with global placeholder and variant props: https://codesandbox.io/s/hardcore-boyd-t1hszi?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I was wondering if there is a more detailed documentation about the global properties that the component mapper can take for customizing the form components like text fields and so on?
E.g. I did not find anything for changing the label colors of a MUI text field, because there is only the FormFieldGridProps, which (to my understanding) only targets the Grid and not the text field itself.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions