Skip to content

Commit

Permalink
Using a new default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Zanetti committed Jul 19, 2020
1 parent 88fcb36 commit a52fdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const stripKeyQuotes = strObj => {
return strObj.replace(regex, subst);
};

const defaultValue = 10.00;
const defaultValue = 2.5;
const maxValue = 999999999.99;

const BrlCurrencyInput = () => {
Expand Down

0 comments on commit a52fdf5

Please sign in to comment.