headwirecom / jsonforms-react-spectrum-renderers

Other
8 stars 4 forks source link

Fix aria warnings #65

Open mburri opened 3 years ago

mburri commented 3 years ago

Check the console output for warnings concerning missing aria labels

gobeli commented 3 years ago

Most of the components are tested in isolation, without going through jsonforms and no labels are set because of this. That's why during the tests the aria-warnings show up. How should we go about this? suppress the warnings?

mburri commented 3 years ago

I think we should focus on the example application - not the test output.

mburri commented 3 years ago

on a closer look - all warnings in the browser console are caused by the SpectrumTableArrayControl - we should probably implement #90