diff --git a/example/src/index.js b/example/src/index.js index 5a1e803..6550ee8 100644 --- a/example/src/index.js +++ b/example/src/index.js @@ -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 = () => {