[PR #1090] [MERGED] Add ParseInput to DatePicker #2507

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1090
Author: @xs4free
Created: 7/25/2023
Status: Merged
Merged: 7/26/2023
Merged by: @enchev

Base: masterHead: add-parse-input-to-datepicker


📝 Commits (2)

  • b8ba27d Add ParseInput to DatePicker
  • ec5af78 Add demo for DatePicker.ParseInput

📊 Changes

4 files changed (+137 additions, -12 deletions)

View changed files

📝 Radzen.Blazor.Tests/DatePickerTests.cs (+65 -0)
📝 Radzen.Blazor/RadzenDatePicker.razor.cs (+40 -12)
📝 RadzenBlazorDemos/Pages/DatePickerPage.razor (+10 -0)
RadzenBlazorDemos/Pages/DatePickerParseInput.razor (+22 -0)

📄 Description

Add a custom ParseInput function to the DatePicker so applications can provide a custom parse method for input to match multiple exact formats.

This fixes #667.


🔄 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/1090 **Author:** [@xs4free](https://github.com/xs4free) **Created:** 7/25/2023 **Status:** ✅ Merged **Merged:** 7/26/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `add-parse-input-to-datepicker` --- ### 📝 Commits (2) - [`b8ba27d`](https://github.com/radzenhq/radzen-blazor/commit/b8ba27d01975f61f346bd55906ad9c3959457bdb) Add ParseInput to DatePicker - [`ec5af78`](https://github.com/radzenhq/radzen-blazor/commit/ec5af78192f3f675ecd6618150006f9798ccc07f) Add demo for DatePicker.ParseInput ### 📊 Changes **4 files changed** (+137 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/DatePickerTests.cs` (+65 -0) 📝 `Radzen.Blazor/RadzenDatePicker.razor.cs` (+40 -12) 📝 `RadzenBlazorDemos/Pages/DatePickerPage.razor` (+10 -0) ➕ `RadzenBlazorDemos/Pages/DatePickerParseInput.razor` (+22 -0) </details> ### 📄 Description Add a custom ParseInput function to the DatePicker so applications can provide a custom parse method for input to match multiple exact formats. This fixes #667. --- <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:10 +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#2507