본문 바로가기

Web/HTML&CSS

iOS 숫자키패드 표시

<input type="number" pattern="[0-9]*" inputmode="numeric" placeholder="인증번호">


iOS에서 input type number일 때 숫자 키패드 표시를 위해 pattern="[0-9]*" inputmode="numeric" 추가.