Typing "0." or just "." causes a crash with `java.lang.NumberFormatException: For input string: "" ` I believe the error is in `CurrencyTexyWatcherImpl` line 57, it should be `>=` instead of `>`
Typing "0." or just "." causes a crash with
java.lang.NumberFormatException: For input string: ""I believe the error is in
CurrencyTexyWatcherImplline 57, it should be>=instead of>