diff --git a/app/View/Form/Text.php b/app/View/Form/Text.php
index 5f735ba3..6a723534 100644
--- a/app/View/Form/Text.php
+++ b/app/View/Form/Text.php
@@ -34,6 +34,7 @@ class Text extends Component
                     <input
                         id="{{$id}}"
                         type="{{$type}}"
+                        @if ($type === 'password') autocomplete="off" @endif
                         placeholder=""
                         class="
                             w-full h-[var(--height)] border-gray-600 border-solid text-gray-300 bg-gray-700 leading-none rounded-lg