Feature Request: Auto focus on DialogSide #1252

Closed
opened 2026-01-29 17:51:04 +00:00 by claunia · 1 comment
Owner

Originally created by @francisco-zr on GitHub (May 28, 2024).

Is your feature request related to a problem? Please describe.
If i open a side dialog with OpenSideAsync can't use AutoFocus feature of normal dialogs because doen't exist in SideDialogOptions, so i need to use @ref attribute and AferRenderAsync to focus first form input

Describe the solution you'd like
Having a bool parameter in SideDialogOptions class or DialogOptionsBase to have a way to auto focus in first input like normal Dialog.

Originally created by @francisco-zr on GitHub (May 28, 2024). **Is your feature request related to a problem? Please describe.** If i open a side dialog with OpenSideAsync can't use AutoFocus feature of normal dialogs because doen't exist in SideDialogOptions, so i need to use @ref attribute and AferRenderAsync to focus first form input **Describe the solution you'd like** Having a bool parameter in SideDialogOptions class or DialogOptionsBase to have a way to auto focus in first input like normal Dialog.
Author
Owner

@enchev commented on GitHub (Aug 8, 2024):

Implemented in f99fc6f15f

@enchev commented on GitHub (Aug 8, 2024): Implemented in https://github.com/radzenhq/radzen-blazor/commit/f99fc6f15fbbcdf6950537825f6de38e5c388980
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1252