개발/html & css
[html/css] html input 초기값 한글 설정 방법
효벨
2021. 8. 23. 02:00
728x90
반응형
[html/css] html input 초기값 한글 설정 방법
html 에서
input 태그로 구현된 입력창을
한글키보드가 우선 선택되게
설정해야 하는 경우가 있습니다!
그럴때는
ime-mode 라는것을 사용하시면 됩니다.
<input type="text" style="ime-mode:active;">
위 내용보시면 아시겠지만,
style 에 ime-mode:active 를
추가하시면 됩니다!
참고들 하세요!
반응형