Skip to content

Commit

Permalink
Add default value of roundingMode prop to InputNumberBase
Browse files Browse the repository at this point in the history
  • Loading branch information
trandaison authored Dec 10, 2023
1 parent 45c0cf9 commit fcd1f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/inputnumber/InputNumberBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export const InputNumberBase = ComponentBase.extend({
prefix: null,
readOnly: false,
required: false,
roundingMode: 'halfExpand',
showButtons: false,
size: null,
step: 1,
Expand Down

0 comments on commit fcd1f79

Please sign in to comment.