headwirecom / jsonforms-react-spectrum-renderers

Other
8 stars 4 forks source link

Examples "Array", "Array with detail" and "Array of Strings": Errors icon alongside title #53

Closed hupf closed 3 years ago

hupf commented 3 years ago

The Material renderer renders an icon alongside the title with all validation errors of the entries as title attribute:

image

Our Spectrum renderer and the vanilla renderer do not render such an icon. Should we add it?

See also the SpectrumListWithDetailRenderer where we already render such an icon.