Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[filter] Hide form fields that don't have required/aria-required #9

Open
erikkroes opened this issue Oct 1, 2020 · 2 comments
Open

Comments

@erikkroes
Copy link
Owner

By hiding form fields (and labels) that are not required, there is less cognitive load.

@Malvoz
Copy link

Malvoz commented Jan 11, 2021

Consider this scenario:

I want to order a pizza, but my favorite pizza includes an ingredient that I'm allergic to so I'll use a non-required <textarea> field to write a comment to the restaurant, asking them to exclude the ingredient.

In the above scenario I wont be able to exclude the ingredient because the extension removes the textarea.

@erikkroes
Copy link
Owner Author

Yes. It would very much be an optional one. Maybe even a concious button press to execute. I'd have to consider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants