AutoComplete in RadzenTextBox not always working #1161

Open
opened 2026-01-29 17:49:46 +00:00 by claunia · 0 comments
Owner

Originally created by @nielsNocore on GitHub (Mar 12, 2024).

Describe the bug
When adding RadzenTextBox to a basic blazor form with auto complete of, Chrome based browsers still shows some auto complete functionality. Only the autocomplte="off" will not always work.

Expected behavior
Not showing any auto complete functionality.

Screenshots
See autocomplte="off", still shows some autocomplete functionality.
image

Desktop (please complete the following information):

  • OS: WIndows
  • Browser Chrome

Additional context
By adding an additional attribute (aria-autocomplete="none") to the input together with autocomplte="off" will work:
<input autocomplete="off" aria-autocomplete="none" ...../>

Originally created by @nielsNocore on GitHub (Mar 12, 2024). **Describe the bug** When adding RadzenTextBox to a basic blazor form with auto complete of, Chrome based browsers still shows some auto complete functionality. Only the autocomplte="off" will not always work. **Expected behavior** Not showing any auto complete functionality. **Screenshots** See autocomplte="off", still shows some autocomplete functionality. ![image](https://github.com/radzenhq/radzen-blazor/assets/122032239/ac716d9b-9539-41e0-89fd-12cea3ed18b6) **Desktop (please complete the following information):** - OS: WIndows - Browser Chrome **Additional context** By adding an additional attribute (aria-autocomplete="none") to the input together with autocomplte="off" will work: `<input autocomplete="off" aria-autocomplete="none" ...../>`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1161