Displays an issue when typing -0.01 into an entry bound with a double. Issue 30181
- Run app on iOS or Android
- Select "Open Example" button
- Select an Entry.
- Type -0.01.
- Notice the value -0.0 changes to 0.
I've provided a work around in NumericEntry.cs. To see it working, follow the Demo steps above, but choose "Open Work Around" in step 2.