[SHOPTIME-3513] Search / 가상키보드에서 Enter 선택시 가상키보드가 사라지지 않음
[수정파일] 1. TInput.jsx [수정내용] 1. 엔터키를 누를시 키보드필드가 블러처리되는 프로퍼티 추가
This commit is contained in:
@@ -83,6 +83,7 @@ export default function TInput({
|
|||||||
onKeyDown={onKeyDown}
|
onKeyDown={onKeyDown}
|
||||||
spotlightId={"input-field-box"}
|
spotlightId={"input-field-box"}
|
||||||
aria-label="Keyword edit box"
|
aria-label="Keyword edit box"
|
||||||
|
dismissOnEnter
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{kind === "withIcon" && (
|
{kind === "withIcon" && (
|
||||||
|
|||||||
Reference in New Issue
Block a user