Problem/Motivation

The page contains input fields where personal information must be entered. The input fields such as first name and last name do not have a mechanism to automatically complete the input. This makes filling out forms easier for many users, especially those for whom text entry takes a long time, as this is done through special tools such as pointing out letters. The use of autocomplete with the correct value is mandatory, on page https://www.w3.org/TR/2018/REC-WCAG21-20180605/#input-purposes is a list of the values ​​to be used if applicable. There are more fields where the autocomplete attribute should be used, for example the field for the telephone number. In the list you can see which values ​​can be used for which fields.

Steps to reproduce

Proposed resolution

Properly use the following autocomplete values on the profile fields:

  • given-name
  • family-name
  • nickname
  • photo
  • organization-title
  • organization

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Kingdutch created an issue. See original summary.

Agamich’s picture

Status: Active » Needs review

I've added improvements on this PR: https://github.com/goalgorilla/open_social/pull/2460

ressinel’s picture

Status: Needs review » Reviewed & tested by the community
ressinel’s picture

Status: Reviewed & tested by the community » Fixed

It will be released in Open Social 11.3.0-beta2 and above.

  • Ressinel committed 6bab8b9 on 11.3.x
    Merge pull request #2460 from goalgorilla/feature/3179171-add-...
tbsiqueira’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.