autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

Resolved anomalous behavior of input and keydown events when typing in Korean #163

Open Ssoon-m opened this issue 2 years ago • 0 comments

  • Added condition statement event.isComposing to method handleKeyDown. The reason is the abnormal behavior of the input event when typing Korean.
  • Added a prevValue and changed the handleInput method. The reason is the abnormal behavior of the input event when typing Korean.

Ssoon-m avatar Apr 07 '23 07:04 Ssoon-m