qonto / ember-amount-input

An Ember.js component to input money amount.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using up/down buttons does not respect `numberOfDecimals` value

Turbo87 opened this issue · comments

e.g. when using numberOfDecimals=0 and pressing the up button the value 42 will change to 42.01 instead of 43.

nevermind, I totally missed the step argument 🤦‍♂