How to enable autocomplete on for the input field #10849
Replies: 5 comments
|
I'll forward this question to our UI5 Web Components Colleagues as the affected component is developed in their repository. |
|
The autocomplete feature for input fields is disabled due to several concerns:
Given these risks and inconsistencies, we've decided not to enable autocomplete. Since browser implementations of this feature are still evolving, supporting it would introduce more maintenance challenges than benefits. |
|
The autocomplete attribute is the only way to comply with ACC-264.2 (see also https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html). Concerning your concerns mentioned above:
|
|
Hi @gundulaniemann , Can you please create an Inner Source request and discuss that with the Central Design team? If this is something important, that needs to be implemented in the input controls / components, it needs to be evaluated by them. Best Regards, |
|
Hello Hristo
The inner process was created to streamline the communication between development and design.
We as a central expert team are not (meant to be) part of it.
The issue is in the application which violates the guidance as it is given for years (since the beginning of the Product Standard accessibility, to be precise).
Kindly note we are not in the position to jump in in such a case.
Please initiate the inner source process from your team, if the issue needs core design involvement.
Best regards,
Gundula
From: Hristo Petrov ***@***.***>
Sent: Thursday, 27 February 2025 08:13
To: SAP/ui5-webcomponents ***@***.***>
Cc: Niemann, Gundula ***@***.***>; Mention ***@***.***>
Subject: Re: [SAP/ui5-webcomponents] How to enable autocomplete on for the input field (Discussion #10849)
Hi @gundulaniemann<https://github.com/gundulaniemann> ,
Can you please create an Inner Source request and discuss that with the Central Design team? If this is something important, that needs to be implemented in the input controls / components, it needs to be evaluated by them.
Best Regards,
Hristo
—
Reply to this email directly, view it on GitHub<#10849 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANXAFG4QOOLLGNZF7HS67ND2R23HFAVCNFSM6AAAAABXBQ4WYOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZTGQ4TSNQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Uh oh!
There was an error while loading. Please reload this page.
In the below image the autocomplete is off. How do we enable this field?

Also, in the ui5 webcomponents - https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/inputs-input--docs,
the autocomplete property is not available.
All reactions