File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ By default the decimal value is disabled. To use decimals in the value, add the
119119### Thousands separator
120120- Default thousand separator's symbol is ` , ` .
121121- Use the ` separator ` prop to change the thousands separator.
122- - ` separator ` only accepts ` , ` or ` . ` .
123- - When using the ` . ` as a separator, use a ` , ` for a decimal and vice versa .
122+ - ` separator ` only accepts ` spance ` , ` , ` or ` . ` .
123+ - When using the ` . ` or ` space ` as thousand separator, the decimal separator will be ` , ` .
124124
125125``` vue
126126<vue-numeric separator="."></vue-numeric>
@@ -141,7 +141,7 @@ By default the decimal value is disabled. To use decimals in the value, add the
141141| minus| Enable/disable negative values| false| Boolean| ` false ` |
142142| placeholder| Input placeholder| false| String| -|
143143| precision| Number of decimals| false| Number| -|
144- | separator| Thousand separator symbol (accepts either ` . ` or ` , ` )| false| String| ` , ` |
144+ | separator| Thousand separator symbol (accepts ` space ` , ` . ` or ` , ` )| false| String| ` , ` |
145145| read-only| Hide input field and show the value as text| false| Boolean| false|
146146| read-only-class| Class for read-only element| false| String| ''|
147147
You can’t perform that action at this time.
0 commit comments