[PR #1069] [CLOSED] add * in RadzenformField using required parameter #2482

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/1069
Author: @bikotoru
Created: 7/17/2023
Status: Closed

Base: masterHead: master


📄 Description

Example

   <RadzenFormField Text="Rut" Variant="Variant.Outlined" Required>
                       
                        <ChildContent>
                            <RadzenNumeric ShowUpDown="false" Max="99999999" Format="##,###,###" style="display: block; width: 100%" @bind-Value="@cliente.rut" Name="rut" />
                        </ChildContent>
                    </RadzenFormField>
image

🔄 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/1069 **Author:** [@bikotoru](https://github.com/bikotoru) **Created:** 7/17/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📄 Description Example ``` <RadzenFormField Text="Rut" Variant="Variant.Outlined" Required> <ChildContent> <RadzenNumeric ShowUpDown="false" Max="99999999" Format="##,###,###" style="display: block; width: 100%" @bind-Value="@cliente.rut" Name="rut" /> </ChildContent> </RadzenFormField> ``` <img width="227" alt="image" src="https://github.com/radzenhq/radzen-blazor/assets/6192404/17eb7f87-7008-465d-8cbf-accbe9504419"> --- <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#2482