Skip to content

cfdxkk/input-method-is-the-blender-of-html-input-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Input-method is the blender of html input element.
This case tells you why: playground

image

The culprit
  <input id="test-input" type="text" />

  ...

  document.querySelector("#test-input").addEventListener("input", toUppercase)
  function toUppercase(event) {
    event.target.value = event.target.value.toUpperCase()
  }

About

Microsoft Pinyin is the blender of html input element

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages