Study
2011/12/20 13:23
[요구]
input 텍스트박스에 영문 우선이나 한글 우선을 정하고 싶다.
[해결]
input에 style="ime-mode:active" 속성항목을 추가한다.
active: 한글모드 변환 후 이후 한글모드
inactive: 영문모드 변환 후 이후 영문모드
disabled:
영문모드만 가능
auto: 자동
[예제]
<input type="text" style="ime-mod:active">
[출처] [css] textbox 영문 우선, 한글 우선 정하는 방법|작성자 가능성