[PR #1070] [MERGED] Htmledit on input #2483

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1070
Author: @DaveBagler
Created: 7/17/2023
Status: Merged
Merged: 7/18/2023
Merged by: @enchev

Base: masterHead: htmledit-on-input


📝 Commits (2)

  • e7752c4 adding a paramter for allow for no-tool HTMLEditors.
  • 001a27c Adding input event to the HTMLEditor

📊 Changes

3 files changed (+21 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/RadzenHtmlEditor.razor (+1 -1)
📝 Radzen.Blazor/RadzenHtmlEditor.razor.cs (+14 -0)
📝 RadzenBlazorDemos/Pages/HtmlEditorGetSetValue.razor (+6 -1)

📄 Description

Adds two parameters to the RadzenHTMLEditor component.

  • NoTools: is a boolean that allows for an HTMLEditor component that doesn't have any tools.
  • Input: is an event callback on input allowing developers to react to changes in the HTMLEditor without having to wait until blur.

I updated one of the HTMLEditor demos to include an implementation of Input.


🔄 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/1070 **Author:** [@DaveBagler](https://github.com/DaveBagler) **Created:** 7/17/2023 **Status:** ✅ Merged **Merged:** 7/18/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `htmledit-on-input` --- ### 📝 Commits (2) - [`e7752c4`](https://github.com/radzenhq/radzen-blazor/commit/e7752c4b0c0c15e16faa7483e33601dbcd1e8937) adding a paramter for allow for no-tool HTMLEditors. - [`001a27c`](https://github.com/radzenhq/radzen-blazor/commit/001a27cda3e3bfba84b5255fcb7d5ff0d498e634) Adding input event to the HTMLEditor ### 📊 Changes **3 files changed** (+21 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenHtmlEditor.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenHtmlEditor.razor.cs` (+14 -0) 📝 `RadzenBlazorDemos/Pages/HtmlEditorGetSetValue.razor` (+6 -1) </details> ### 📄 Description Adds two parameters to the `RadzenHTMLEditor` component. - `NoTools`: is a boolean that allows for an HTMLEditor component that doesn't have any tools. - `Input`: is an event callback on input allowing developers to react to changes in the HTMLEditor without having to wait until blur. I updated one of the HTMLEditor demos to include an implementation of `Input`. --- <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:03 +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#2483