[PR #1440] [CLOSED] aria-autocomplete with custom autocomplete value #2744

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1440
Author: @nielsNocore
Created: 3/25/2024
Status: Closed

Base: masterHead: aria-automplete_with_Custom_Autocomplte_Value


📝 Commits (1)

  • 8296a47 add aria-autocomplte if bool value for autocomplete is false.

📊 Changes

6 files changed (+40 additions, -13 deletions)

View changed files

📝 Radzen.Blazor.Tests/MaskTests.cs (+10 -1)
📝 Radzen.Blazor.Tests/NumericTests.cs (+15 -6)
📝 Radzen.Blazor.Tests/TextBoxTests.cs (+12 -3)
📝 Radzen.Blazor/RadzenMask.razor (+1 -1)
📝 Radzen.Blazor/RadzenNumeric.razor (+1 -1)
📝 Radzen.Blazor/RadzenTextBox.razor (+1 -1)

📄 Description

add aria-autocomplete if bool value for autocomplete is false.
to be able to have a custom autocomplete value and aria-autocomplete=none


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1440 **Author:** [@nielsNocore](https://github.com/nielsNocore) **Created:** 3/25/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `aria-automplete_with_Custom_Autocomplte_Value` --- ### 📝 Commits (1) - [`8296a47`](https://github.com/radzenhq/radzen-blazor/commit/8296a4777cf6c29c7f2fc7dae0fea2b1155dbdb4) add aria-autocomplte if bool value for autocomplete is false. ### 📊 Changes **6 files changed** (+40 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/MaskTests.cs` (+10 -1) 📝 `Radzen.Blazor.Tests/NumericTests.cs` (+15 -6) 📝 `Radzen.Blazor.Tests/TextBoxTests.cs` (+12 -3) 📝 `Radzen.Blazor/RadzenMask.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenNumeric.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenTextBox.razor` (+1 -1) </details> ### 📄 Description add aria-autocomplete if bool value for autocomplete is false. to be able to have a custom autocomplete value **and** aria-autocomplete=none --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:20:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2744