Why Enter-to-Submit Forms Check Both isComposing and keyCode === 229
The Enter key that confirms an IME conversion can send a half-written message by mistake. This article explains why isComposing is combined with the deprecated keyCode === 229 to keep conversion-confirming Enter keys out of your submit logic.











