Skip to content

Commit 004c675

Browse files
authored
README: Default for output-type should be Number (#111)
1 parent 03c6f1a commit 004c675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ by setting the property `output-type` to `String`.
154154
|minus|Enable/disable negative values|false|Boolean|`false`|
155155
|placeholder|Input placeholder|false|String|-|
156156
|empty-value|Value when input is empty|false|Number|0|
157-
|output-type|Output Type for input event|false|String|`String`|
157+
|output-type|Output Type for input event|false|String|`Number`|
158158
|precision|Number of decimals|false|Number|-|
159159
|separator|Thousand separator symbol (accepts `space`, `.` or `,`)|false|String|`,`|
160160
|decimal-separator|Custom decimal separator|false|String|-|

0 commit comments

Comments
 (0)