Rendering an anchor

Hello, if I want to render an anchor with JSONForms React, do I need to provide a custom renderer? I know this question has been asked before but since it’s been a few years I thought it was worth asking again.

Hi @vcchao,

There is no specific support to render specifically an anchor. You will need to implement a custom anchor renderer and/or adapt for example the group renderer.

That makes sense, thank you!