How to make an editable table accessible? Group of inputs and labels
π£οΈdiscussionfront-end
I have multiple rows that are key-value pair. They can be edited and once submitted, sent to the server. I am wondering about the accessibility aspect of this. Is ther some mega-label tag that I can use for it? Can I just use one label tag for the entire input set instead of inidvidual ones (pretty sure that's not allowed)?