You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic for the keypad will ignore number starting with 0, meaning it will only accept decimals above 1. This isn't good for currencies like dollars.
The logic for the keypad will ignore number starting with 0, meaning it will only accept decimals above 1. This isn't good for currencies like dollars.
invoicer-ui/src/components/KeyPad.jsx
Line 31 in 0064c2d
Maybe we should make
decimals
a configurable option in the component (not needed for THB).The text was updated successfully, but these errors were encountered: