From 565ec28980185dacc8bc5c837fad4e474e543c15 Mon Sep 17 00:00:00 2001 From: namgungjongmin Date: Mon, 6 Jan 2025 06:29:49 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=B9=84=EB=B0=80=EB=B2=88?= =?UTF-8?q?=ED=98=B8=20=EC=88=A8=EA=B9=80=20=EC=95=84=EC=9D=B4=EC=BD=98=20?= =?UTF-8?q?tabindex=20-1=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/input/PasswordInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/input/PasswordInput.tsx b/src/components/common/input/PasswordInput.tsx index 9888c04a..8da9345c 100644 --- a/src/components/common/input/PasswordInput.tsx +++ b/src/components/common/input/PasswordInput.tsx @@ -61,6 +61,7 @@ const PasswordInput = ({ type="button" className="absolute right-[13px] top-[19px]" onClick={clickButton} + tabIndex={-1} > {isOpen ? (