diff --git a/README.md b/README.md
index 870bd4c..461afaf 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ By default the value emitted for the input event is of type `Number`. However yo
by setting the property `output-type` to `String`.
```vue
-```
+```
## Props
|Props|Description|Required|Type|Default|
@@ -161,6 +161,7 @@ by setting the property `output-type` to `String`.
|thousand-separator|Custom thousand separator|false|String|-|
|read-only|Hide input field and show the value as text|false|Boolean|false|
|read-only-class|Class for read-only element|false|String|''|
+|allow-clear|Use input type search|false|Boolean|false|
## License
diff --git a/docs/index.html b/docs/index.html
index 5ca639d..6d488b2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -146,7 +146,7 @@
-
+