Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
OS
Mac 14.5 Intel
MAUI Version
8.0.70
Issue
Entering a value in a SfNumericEntry and clicking away (for example on a button) does not cause the field to lose focus nor the value to be set. This is an issue especially if the button logic relies on the value of the field to be set.
This seems to be an issue only on Mac. Windows is working correctly.
Possibly Related Issue
Sample Repo
https://github.com/digital-black-and-white/dotnet-maui-bug-test/tree/no-numericentry-value
The sample contains an app with an event log, a button, and two numeric entries.
Typing a value into the numeric entry and clicking on the button shows that the entry does not lose focus or set its value.