How to customise the Input fields when using react-jsonschema-form

855 Views Asked by At

I want to add html like inside the label element in the input fields when using react-jsonschema-form. Also remove the helper text from below the input field. Ex: enter image description here Or is there a way to add tooltip next to label for inputfields?

I have tried https://rjsf-team.github.io/react-jsonschema-form/docs/advanced-customization/custom-templates/#descriptionfieldtemplate & https://rjsf-team.github.io/react-jsonschema-form/docs/advanced-customization/custom-widgets-fields but no luck with inputfields.

Has anyone encountered this?

0

There are 0 best solutions below