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

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

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1069

State: closed
Merged: No


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
**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1069 **State:** closed **Merged:** No --- 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">
claunia added the pull-request label 2026-01-29 18:19:04 +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#2487