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