Skip to content

Commit fa97865

Browse files
author
Loz Jackson
authored
update number-mask component (#17)
1 parent a6c5b81 commit fa97865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/number-mask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ function _createNumberMask(...args) {
1212

1313
export default MaskedInputComponent.extend({
1414
createNumberMask,
15-
mask: _createNumberMask('prefix', 'suffix', 'includeThousandsSeparator', 'thousandsSeparatorSymbol', 'allowDecimal', 'decimalSymbol', 'decimalLimit', 'requireDecimal', 'allowNegative')
15+
mask: _createNumberMask('prefix', 'suffix', 'includeThousandsSeparator', 'thousandsSeparatorSymbol', 'allowDecimal', 'decimalSymbol', 'decimalLimit', 'requireDecimal', 'allowNegative', 'integerLimit')
1616
});

0 commit comments

Comments
 (0)