dotnet / Scaffolding

Code generators to speed up development.
MIT License
642 stars 229 forks source link

Input Text Accessibility #2653

Open HappyHammer72 opened 8 months ago

HappyHammer72 commented 8 months ago

When I scaffold a Input Text, the accessibility tools show a warning "An element doesn't have an autocomplete attribute" Would it be sensible to add a default autocomplete="false" to scaffolded Input Texts

deepchoudhery commented 8 months ago

will test that out soon and add a default autocomplete="false". thanks for the feedback.