samfundev / TextFieldCalculator

A calculator that evalutes as you type into a text-field.
https://samfundev.github.io/TextFieldCalculator/Calculator-v2.html
3 stars 3 forks source link

Fix Calculator-v1 not showing results for single line operations #9

Closed Eltrick closed 5 months ago

Eltrick commented 5 months ago

Turns out that math.js v11.1.0 added decimal as a number type, this persisted until v13.0.0 and calculator-v1 didn't handle this at all