7P by xguru 2020-01-13 | favorite | 댓글 1개

숫자전용 키보드 열기 inputmode="numeric"
iOS에서 SMS문자 받아서 넣기 autocomplete="one-time-code"
그외에 new-password, current-password 등에 대한 설명

one-time-code의 경우, iOS 앱에서는 OTP 입력받는 UITextField의 속성변경으로 적용 가능

myOtpTextField.textContentType = .oneTimeCode