diff --git a/docs/en-US/component/input.md b/docs/en-US/component/input.md
index 8ffed0f367..3f5c4121f1 100644
--- a/docs/en-US/component/input.md
+++ b/docs/en-US/component/input.md
@@ -25,7 +25,7 @@ input/disabled
## Clearable
-:::demo Make the Input clearable with the `clearable` attribute.
+:::demo Make the Input clearable with the `clearable` attribute. After version ^(2.13.4), the clearable feature is also available for textarea type of Input.
input/clearable
diff --git a/docs/examples/input/clear-icon.vue b/docs/examples/input/clear-icon.vue
index 945e7ee71c..28a3b172ec 100644
--- a/docs/examples/input/clear-icon.vue
+++ b/docs/examples/input/clear-icon.vue
@@ -1,10 +1,19 @@
-
+