[PR #1423] [MERGED] PickList component added #2728

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1423
Author: @enchev
Created: 3/14/2024
Status: Merged
Merged: 3/14/2024
Merged by: @enchev

Base: masterHead: picklist


📝 Commits (10+)

  • c1fc8e3 PickList component added
  • dbc51e2 Properties Buttons* changed to Button*
  • 5e0b2d9 PickList Multiple property added
  • ed4e676 PickList ButtonJustifyContent added
  • cfbc0e2 PickList demo improved
  • 8ecd2d2 PickList single selection fixed
  • 988cc10 PickList SourceStyle and TargetStyle properties removed
  • d2c70c7 PickList buttons updated
  • 96c1e55 PickList main Stack Wrap set to FlexWrap.Wrap
  • 556ccb5 Wrap="FlexWrap.Wrap" removed

📊 Changes

14 files changed (+547 additions, -7 deletions)

View changed files

📝 Radzen.Blazor/RadzenListBox.razor (+1 -1)
Radzen.Blazor/RadzenPickList.razor (+70 -0)
Radzen.Blazor/RadzenPickList.razor.cs (+295 -0)
📝 Radzen.Blazor/themes/_components.scss (+2 -1)
Radzen.Blazor/themes/components/blazor/_picklist.scss (+24 -0)
📝 RadzenBlazorDemos/Pages/Index.razor (+1 -0)
RadzenBlazorDemos/Pages/PickListConfig.razor (+128 -0)
RadzenBlazorDemos/Pages/PickListPage.razor (+12 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+9 -0)
📝 RadzenBlazorDemos/wwwroot/css/fluent-base.css (+1 -1)
📝 RadzenBlazorDemos/wwwroot/css/fluent-dark-base.css (+1 -1)
📝 RadzenBlazorDemos/wwwroot/css/material-dark-base.css (+1 -1)
📝 RadzenBlazorDemos/wwwroot/css/material3-base.css (+1 -1)
📝 RadzenBlazorDemos/wwwroot/css/material3-dark-base.css (+1 -1)

📄 Description

No description provided


🔄 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/1423 **Author:** [@enchev](https://github.com/enchev) **Created:** 3/14/2024 **Status:** ✅ Merged **Merged:** 3/14/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `picklist` --- ### 📝 Commits (10+) - [`c1fc8e3`](https://github.com/radzenhq/radzen-blazor/commit/c1fc8e39d2dd90b3ac8581123f01cc6954d182b1) PickList component added - [`dbc51e2`](https://github.com/radzenhq/radzen-blazor/commit/dbc51e2754e11b8205fc41ac275e9387b585aa42) Properties Buttons* changed to Button* - [`5e0b2d9`](https://github.com/radzenhq/radzen-blazor/commit/5e0b2d9c287b3b35b49d67213d5b3574d474cc8b) PickList Multiple property added - [`ed4e676`](https://github.com/radzenhq/radzen-blazor/commit/ed4e6765129992038319688054710170e9fff95c) PickList ButtonJustifyContent added - [`cfbc0e2`](https://github.com/radzenhq/radzen-blazor/commit/cfbc0e24cd365ae280628ffae017d81a6976e713) PickList demo improved - [`8ecd2d2`](https://github.com/radzenhq/radzen-blazor/commit/8ecd2d2e3747dc48a4d0283dfb502ad696db10e2) PickList single selection fixed - [`988cc10`](https://github.com/radzenhq/radzen-blazor/commit/988cc10aa3e45b145df2f36be5bcfa665ef6c8ff) PickList SourceStyle and TargetStyle properties removed - [`d2c70c7`](https://github.com/radzenhq/radzen-blazor/commit/d2c70c74e0c673485c9a36b0e20396885588d5bd) PickList buttons updated - [`96c1e55`](https://github.com/radzenhq/radzen-blazor/commit/96c1e559ce3e4180fdc49412bdb7b3ee6987cb61) PickList main Stack Wrap set to FlexWrap.Wrap - [`556ccb5`](https://github.com/radzenhq/radzen-blazor/commit/556ccb5e569d46ad49e14a0f0875826db4b56c5e) Wrap="FlexWrap.Wrap" removed ### 📊 Changes **14 files changed** (+547 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenListBox.razor` (+1 -1) ➕ `Radzen.Blazor/RadzenPickList.razor` (+70 -0) ➕ `Radzen.Blazor/RadzenPickList.razor.cs` (+295 -0) 📝 `Radzen.Blazor/themes/_components.scss` (+2 -1) ➕ `Radzen.Blazor/themes/components/blazor/_picklist.scss` (+24 -0) 📝 `RadzenBlazorDemos/Pages/Index.razor` (+1 -0) ➕ `RadzenBlazorDemos/Pages/PickListConfig.razor` (+128 -0) ➕ `RadzenBlazorDemos/Pages/PickListPage.razor` (+12 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+9 -0) 📝 `RadzenBlazorDemos/wwwroot/css/fluent-base.css` (+1 -1) 📝 `RadzenBlazorDemos/wwwroot/css/fluent-dark-base.css` (+1 -1) 📝 `RadzenBlazorDemos/wwwroot/css/material-dark-base.css` (+1 -1) 📝 `RadzenBlazorDemos/wwwroot/css/material3-base.css` (+1 -1) 📝 `RadzenBlazorDemos/wwwroot/css/material3-dark-base.css` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:20:13 +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#2728