Passing links in JSON Schema Form component

Is there a way to display a link using the JSON Schema Form web component, just like we have the ui:help

I tried passing HTML markup but it's doesn't support it

The JSON Schema Form web component

Hello @Adewale_Nurudeen!

I just looked into it, and I can confirm our JSON Schema Form component does not currently have that functionality.

I can make a feature request for this and have our eng team look into this!

Some background info, our component is based off of the react-jsonschema-form and after digging through their documentation I found that they do have a work around, but this only works when a user is able to directly pass in objects which they have coded out to the JSX component as a prop.

Unfortunately Retool doesn't allow for users to directly work with the code unless they are using a 'custom component' in which case the React library for react-jsonschema-form is fully available.

Here is the form post about adding links in, and here is the code sandbox where the user adds in the link via a JSX anchor tag as a prop.

Will update this post if we are able to add in the functionality for this!