[PR #827] Adding an autocomplete type parameter. #2342

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

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/827

State: closed
Merged: Yes


This PR adds a new AutoCompleteType parameter to the RadzenMask, RadzenNumeric, RadzenPassword, RadzenTextBox, and RadzenLogin components. It allows developers to tell the browser what type of built-in autocomplete to use. It doesn't impact the existing functionality of the AutoComplete.

It also adds a static class that serves as a string-associated enum with each of the commonly supported browser autocomplete types, and a new unit test for each of the four form field components.

See more of the conversation here: https://github.com/radzenhq/radzen-blazor/pull/805

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/827 **State:** closed **Merged:** Yes --- This PR adds a new `AutoCompleteType` parameter to the `RadzenMask`, `RadzenNumeric`, `RadzenPassword`, `RadzenTextBox`, and `RadzenLogin` components. It allows developers to tell the browser what type of built-in autocomplete to use. It doesn't impact the existing functionality of the `AutoComplete`. It also adds a static class that serves as a string-associated enum with each of the commonly supported browser autocomplete types, and a new unit test for each of the four form field components. See more of the conversation here: https://github.com/radzenhq/radzen-blazor/pull/805
claunia added the pull-request label 2026-01-29 18:18:22 +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#2342