autocomplete
autocomplete copied to clipboard
Resolved anomalous behavior of input and keydown events when typing in Korean #163
- Added condition statement
event.isComposingto methodhandleKeyDown. The reason is the abnormal behavior of the input event when typing Korean. - Added a
prevValueand changed the handleInput method. The reason is the abnormal behavior of the input event when typing Korean.