[SHOPTIME-3329] SBM / History 를 통해 SBM 전화번호 입력창 이동 시 포커스 사라지는 현상

This commit is contained in:
hyunwoo93.cha
2024-11-13 15:04:05 +09:00
parent cb2369b71b
commit 1ed2c0a33a

View File

@@ -134,6 +134,10 @@ export default function MobileSendPopUp({
const handleClickSelect = (_phoneNumber) => {
setKeyPadOff((state) => !state);
setMobileNumber(_phoneNumber);
setTimeout(() => {
Spotlight.focus("keypad-number-1");
}, 0);
};
const handleInputClick = () => {