[PR #700] [CLOSED] Implemented speech to text for RadzenTextArea radzenhq#699 #2282

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/700
Author: @groogiam
Created: 11/13/2022
Status: Closed

Base: masterHead: issue_699


📝 Commits (1)

  • 63dba88 Implemented speech to text for RadzenTextArea radzenhq#699

📊 Changes

6 files changed (+256 additions, -1 deletions)

View changed files

📝 Radzen.Blazor.Tests/TextAreaTests.cs (+98 -1)
📝 Radzen.Blazor/RadzenTextArea.razor (+6 -0)
📝 Radzen.Blazor/RadzenTextArea.razor.cs (+49 -0)
📝 Radzen.Blazor/themes/components/blazor/_textarea.scss (+28 -0)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+69 -0)
📝 RadzenBlazorDemos/Pages/TextAreaPage.razor (+6 -0)

📄 Description

Implementation for https://github.com/radzenhq/radzen-blazor/issues/699


🔄 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/700 **Author:** [@groogiam](https://github.com/groogiam) **Created:** 11/13/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue_699` --- ### 📝 Commits (1) - [`63dba88`](https://github.com/radzenhq/radzen-blazor/commit/63dba88cc1179f60052cdc1c916cce96f25b8caf) Implemented speech to text for RadzenTextArea radzenhq#699 ### 📊 Changes **6 files changed** (+256 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/TextAreaTests.cs` (+98 -1) 📝 `Radzen.Blazor/RadzenTextArea.razor` (+6 -0) 📝 `Radzen.Blazor/RadzenTextArea.razor.cs` (+49 -0) 📝 `Radzen.Blazor/themes/components/blazor/_textarea.scss` (+28 -0) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+69 -0) 📝 `RadzenBlazorDemos/Pages/TextAreaPage.razor` (+6 -0) </details> ### 📄 Description Implementation for https://github.com/radzenhq/radzen-blazor/issues/699 --- <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:18:06 +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#2282