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

[FEATURE] improve field attribute selection with autocomplete attribute support #407

Open
pascalmoser opened this issue Aug 31, 2023 · 0 comments

Comments

@pascalmoser
Copy link
Member

The current version lacks a convenient way to set the autocomplete attribute for form fields. This attribute is essential for enhancing the user experience, especially for accessibility.

To-Do:

  • Improve attribute selection: Currently, attributes always have a single type, "Default," in the dropdown. This click is unnecessary.
  • Add "Autocomplete" to the option list.
  • The value of this new entry should be an array with predefined autocomplete values (https://www.w3.org/TR/WCAG21/#input-purposes).

Example Screenshot:
Bildschirmfoto vom 2023-08-31 13-11-20

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

1 participant