This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] NumericValidationBehavior throws an exception #1988
Labels
bug
Something isn't working. Breaky break.
Description
I had this in the wrong area, so I'm moving it here. #1984 Although, I'm starting to wonder if anyone is actually triaging these.
Edit: Apparently, I can't add a label for the area.
Anyways...
In the Maui Community Tookit, the NumericValidationBehavior throws an exception if the entry field is empty.
Looking at the source, the first line in ValidateAsync throws an ArgumentNullException if the value is null. Unless I’m missing something, there’s no way to catch that and it crashes the app.
It should just return false. Ideally, there would be an IsRequired property that would allow it to return true if the value was null or empty.
Steps to Reproduce
Expected Behavior
You can leave a field empty without crashing the app
Actual Behavior
It crashes the app
Basic Information
Workaround
No. I downloaded the source and created a local version with the change.
The text was updated successfully, but these errors were encountered: