diff --git a/front/ui-docs/components/ui/input.md b/front/ui-docs/components/ui/input.md
index ce7526c77..62a6e2838 100644
--- a/front/ui-docs/components/ui/input.md
+++ b/front/ui-docs/components/ui/input.md
@@ -57,14 +57,19 @@ You can add a template on the right-hand side of the input to guide the user's i
### Search
+```vue-html
+
+```
+
### Password
+```vue-html
@@ -75,7 +80,7 @@ You can add a template on the right-hand side of the input to guide the user's i
@@ -83,3 +88,43 @@ You can add a template on the right-hand side of the input to guide the user's i
+```
+
+
+
+
+
+
+
+ User name
+
+
+
+
+
+
+
+ Password
+
+
+
+
+## Fallthrough attributes
+
+If you add attributes that are no props, they will be added to the component:
+
+```vue-html
+
+```
+
+