[PR #94] [CLOSED] fix fail to input password properly while typing fast #2018

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/94
Author: @kinit-ltd
Created: 4/7/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • b8b7d27 fix fail to input password properly while typing fast

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/RadzenLogin.razor (+1 -1)

📄 Description

@bind="@Password" already bind the property "Password"
@oninput="@(args => Password = $"{args.Value}")" is duplicate and makes conflict with @bind


🔄 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/94 **Author:** [@kinit-ltd](https://github.com/kinit-ltd) **Created:** 4/7/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b8b7d27`](https://github.com/radzenhq/radzen-blazor/commit/b8b7d27061ec9073292a0121158edc5ddb2aead9) fix fail to input password properly while typing fast ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenLogin.razor` (+1 -1) </details> ### 📄 Description @bind="@Password" already bind the property "Password" @oninput="@(args => Password = $"{args.Value}")" is duplicate and makes conflict with @bind --- <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:16:44 +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#2018