Skip to content

Commit 8dde938

Browse files
Update MainPage.xaml.cs
1 parent 58fc894 commit 8dde938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ComboBoxSoftInputAdjustHandling/ComboBoxSoftInputAdjustHandling/MainPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private async void SfComboBox_DropDownClosing(object sender, Syncfusion.Maui.Cor
2828
e.Cancel = true; // Prevent closing during resizing
2929
}
3030

31-
await Task.Delay(400); // Short delay to update UI after resizing
31+
await Task.Delay(200); // Add required delay to ensure UI updates properly after resizing
3232
isResizing = false;
3333
}
3434

0 commit comments

Comments
 (0)