Skip to content

Commit 0d7701b

Browse files
committed
update readme
1 parent 25aee8a commit 0d7701b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)