cyberos / cyber-calculator

Calculator
GNU General Public License v3.0
0 stars 0 forks source link

Input TextField can accept standard text. #2

Closed itsvic-dev closed 3 years ago

itsvic-dev commented 3 years ago

This should make the issue more clear:

image

The Calculator will process arbitrary text as 0. Performing any kind of math with arbitrary text is impossible. I didn't see any exceptions in the terminal when running Calculator.

image

I believe this is fixable, just not sure how.

reionwong commented 3 years ago

Done