diff --git a/examples/docs/en-US/input.md b/examples/docs/en-US/input.md
index 9809285e5..f1e159d1d 100644
--- a/examples/docs/en-US/input.md
+++ b/examples/docs/en-US/input.md
@@ -191,14 +191,14 @@ export default {
Add an icon to indicate input type.
-::: demo You can add an icon at the end of Input by setting the `icon` attribute.
+::: demo You can add an icon at the end of Input by setting the `icon` attribute and use `on-icon-click` hook to complete some work after clicking the icon.
```html
+ :on-icon-click="handleIconClick">