diff --git a/docs/v3/options.md b/docs/v3/options.md index dd84064..fcafe2e 100644 --- a/docs/v3/options.md +++ b/docs/v3/options.md @@ -191,6 +191,7 @@ new MaskInput("input", { ?> Under the hood Maska uses [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat) for number formatting. +!> For some locales, such as `de` or `br`, which use a dot `.` as a thousand separator, you should manually format the initial value before passing it. For more information, please see [issue #225](https://github.com/beholdr/maska/issues/225). ## Dynamic masks