diff --git a/docs/src/pages/components/PasswordInput.svx b/docs/src/pages/components/PasswordInput.svx
index 0cf32697..ad0d89ff 100644
--- a/docs/src/pages/components/PasswordInput.svx
+++ b/docs/src/pages/components/PasswordInput.svx
@@ -7,6 +7,12 @@
+### Custom tooltip alignment
+
+Customize the tooltip alignment and position of the visibility toggle through the `tooltipAlignment` and `tooltipPosition` props.
+
+
+
### Password is visible
Set prop `type` to `"text"` to toggle password visibility.