-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
Description
I am experiencing an issue where events and methods do not trigger for an entry field if the entry is empty. This occurs specifically when the backspace key is pressed on both Mac and iOS platforms.
Sample : Sample.zip
Video : https://github.com/user-attachments/assets/f01bbd95-3d9e-484c-8651-cb983c35e916
Steps to Reproduce
Open the application on a Mac or iOS device.
Navigate to an entry field.
Ensure the entry field is empty.
Press the backspace key.
Expected Result:
The KeyDown and KeyUp events, as well as any other relevant events, should be triggered when the backspace key is pressed, even if the entry is empty.
Actual Result:
The events and methods are not triggering when the entry is empty and the backspace key is pressed.
Link to public reproduction project repository
No response
Version with bug
10.0.0-preview.6
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No response