Mercerenies / fifi-calculator

1 stars 0 forks source link

Reconcile our goals with numerical input method #96

Closed Mercerenies closed 3 months ago

Mercerenies commented 3 months ago

I have the numerical input method marked as type="number" right now, so we can get the Android numpad keyboard.

But doing so means we can't enter rational numbers (:) or alternative-radix values (#), due to the whitelist on characters, even on Desktop.

Can we have our cake and eat it too?

Mercerenies commented 3 months ago

The e and _ input commands also don't work, because the number textbox won't accept "-" and "1e" as starting inputs.