Labels (or aria-label, labeled by, etc.) are required for accessibility. Is there a way to automatically create and link a label when adding these types of form elements?
If you added a label separately, you'd need to hook it up manually. If you add an input/select/etc I was thinking it would add a label automatically. Would you see any value in this suggestion?
we add a few example inputs with labels with the form, so we could potentially automate it there, but not in general, because you don't add an input component and then label component along with it