Skip to content

Commit bf9accc

Browse files
committed
Fix XML documentation for OTP input methods
Corrected parameter documentation format for the `OnKeyDown` and `OnHandlerChanged` methods in `Syncfusion.Maui.Toolkit.OtpInput` to enhance clarity and correctness.
1 parent 252dc97 commit bf9accc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maui/src/OtpInput/SfOtpInput.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,7 @@ void DetachEvents(OTPEntry otpEntry)
20282028
/// Handles key down events for OTP input fields.
20292029
/// </summary>
20302030
/// <param name="sender">The object that triggered the event.</param>
2031-
/// <param { get; set; }="e">Event arguments containing key information.</param>
2031+
/// <param name="e">Event arguments containing key information.</param>
20322032
void OnKeyDown(object sender, Microsoft.UI.Xaml.Input.KeyRoutedEventArgs e)
20332033
{
20342034
if (_otpEntries is null)
@@ -2315,7 +2315,7 @@ void OnPreviewKeyDown(KeyEventArgs e)
23152315
/// Sets up platform-specific event handlers for key input validation and handling.
23162316
/// </summary>
23172317
/// <param name="sender">The OTPEntry control whose handler has changed.</param>
2318-
/// <param { get; set; }="e">Event arguments containing details of the change.</param>
2318+
/// <param name="e">Event arguments containing details of the change.</param>
23192319
void OnHandlerChanged(object? sender, EventArgs e)
23202320
{
23212321
if (sender is OTPEntry textBox)

0 commit comments

Comments
 (0)