Fastspot / bigtree-form-builder

Form Builder Extension for BigTree 4.2+
4 stars 13 forks source link

Update Input Fields to Meet WCAG 2.1 AA Standards #12

Closed cyokum closed 5 years ago

cyokum commented 6 years ago

WCAG 2.1 Success Criterion 1.3.5 Identify Input Purpose requires field type attributes and autocomplete attributes. Can we get these added onto advance field types? Additionally, there should be the ability to add autocomplete attributes to standard fields.

timbuckingham commented 6 years ago

I think the referenced commit above should satisfy the WCAG 2.1 success criterion for field types that are beyond the regular text input.

In an effort of keeping form builder simple, I don't think adding the ability for users to specify autocomplete intents would be beneficial in the long run. I'd rather add more sub-types to fields or add more very-similar fields that a user could drag and drop over (e.g. a Photo field) than rely on a user's knowledge of valid HTML autocomplete values :)