[PR #1072] [CLOSED] Added the ability to use oninput instead of onchange #2489

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1072
Author: @bikotoru
Created: 7/18/2023
Status: Closed

Base: masterHead: textboxusingoninput


📝 Commits (1)

  • 2c48b36 Added the ability to use oninput instead of onchange

📊 Changes

2 files changed (+27 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/RadzenTextBox.razor (+1 -1)
📝 Radzen.Blazor/RadzenTextBox.razor.cs (+26 -1)

📄 Description

This is created so that it can be enabled that when a value is written it is modified immediately, and thus, for example, the validation does not have to wait for it to be executed when the focus of the input is lost


🔄 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/1072 **Author:** [@bikotoru](https://github.com/bikotoru) **Created:** 7/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `textboxusingoninput` --- ### 📝 Commits (1) - [`2c48b36`](https://github.com/radzenhq/radzen-blazor/commit/2c48b36809ae08a46a4fd382b6e95cb5351b3bca) Added the ability to use oninput instead of onchange ### 📊 Changes **2 files changed** (+27 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenTextBox.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenTextBox.razor.cs` (+26 -1) </details> ### 📄 Description This is created so that it can be enabled that when a value is written it is modified immediately, and thus, for example, the validation does not have to wait for it to be executed when the focus of the input is lost --- <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:19:05 +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#2489