Aaltuj / VxFormGenerator

The library contains a component, that nests itself into the Blazor EditForm instead of a wrapper around the EditForm. The component is able to generate a form based on a POCO or a ExpandoObject. Because of this architecture the library provides the developer flexibility and direct usage of the EditForm.
MIT License
119 stars 36 forks source link

Generated forms are not ADA compliant #20

Open PraveenPeri opened 3 years ago

PraveenPeri commented 3 years ago

I was playing with your library and realized that generated forms have labels that are not tied to the corresponding input controls through IDs. This results in screen readers not finding the information to read out to the disabled users.

Aaltuj commented 3 years ago

Thanks for the feedback! Feel free to fix it with a pull request, otherwise I'll put this on the backlog.