[PR #1985] Make CloseAndFocus public and add documentation #3012

Open
opened 2026-01-29 18:21:30 +00:00 by claunia · 0 comments
Owner

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

State: closed
Merged: Yes


Changed access modifier of CloseAndFocus() method from private to public and added XML documentation to maintain codebase documentation standards.

Changes:

  • Modified CloseAndFocus() access level from private to public
  • Added XML documentation following project standards

Documentation added:
///


/// Closes the dropdown popup and sets focus to the input element.
///

/// A task that represents the asynchronous operation.

No behavioral changes - only accessibility and documentation updates.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1985 **State:** closed **Merged:** Yes --- Changed access modifier of CloseAndFocus() method from private to public and added XML documentation to maintain codebase documentation standards. Changes: - Modified CloseAndFocus() access level from private to public - Added XML documentation following project standards Documentation added: /// <summary> /// Closes the dropdown popup and sets focus to the input element. /// </summary> /// <returns>A task that represents the asynchronous operation.</returns> No behavioral changes - only accessibility and documentation updates.
claunia added the pull-request label 2026-01-29 18:21:30 +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#3012