From 801e1382961f82efa3e7f4aa67aee318824acff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Wed, 2 Oct 2024 13:53:52 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3513]=20Search=20/=20=EA=B0=80?= =?UTF-8?q?=EC=83=81=ED=82=A4=EB=B3=B4=EB=93=9C=EC=97=90=EC=84=9C=20Enter?= =?UTF-8?q?=20=EC=84=A0=ED=83=9D=EC=8B=9C=20=EA=B0=80=EC=83=81=ED=82=A4?= =?UTF-8?q?=EB=B3=B4=EB=93=9C=EA=B0=80=20=EC=82=AC=EB=9D=BC=EC=A7=80?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [수정파일] 1. TInput.jsx [수정내용] 1. 엔터키를 누를시 키보드필드가 블러처리되는 프로퍼티 추가 --- com.twin.app.shoptime/src/components/TInput/TInput.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/com.twin.app.shoptime/src/components/TInput/TInput.jsx b/com.twin.app.shoptime/src/components/TInput/TInput.jsx index fa33e6a8..edcd3403 100644 --- a/com.twin.app.shoptime/src/components/TInput/TInput.jsx +++ b/com.twin.app.shoptime/src/components/TInput/TInput.jsx @@ -83,6 +83,7 @@ export default function TInput({ onKeyDown={onKeyDown} spotlightId={"input-field-box"} aria-label="Keyword edit box" + dismissOnEnter /> {kind === "withIcon" && (