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
119
119
### Thousands separator
120
120
- Default thousand separator's symbol is ` , ` .
121
121
- 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 ` , ` .
124
124
125
125
``` vue
126
126
<vue-numeric separator="."></vue-numeric>
@@ -141,7 +141,7 @@ By default the decimal value is disabled. To use decimals in the value, add the
141
141
| minus| Enable/disable negative values| false| Boolean| ` false ` |
142
142
| placeholder| Input placeholder| false| String| -|
143
143
| 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| ` , ` |
145
145
| read-only| Hide input field and show the value as text| false| Boolean| false|
146
146
| read-only-class| Class for read-only element| false| String| ''|
147
147
You can’t perform that action at this time.
0 commit comments