InputEvent: isComposing 属性
InputEvent.isComposing
只读属性返回一个布尔值,指示事件是否在 compositionstart
之后且在 compositionend
之前触发。
值
布尔值。
示例
js
const inputEvent = new InputEvent("syntheticInput", false);
console.log(inputEvent.isComposing); // return false
规范
规范 |
---|
UI 事件 # dom-inputevent-iscomposing |
浏览器兼容性
BCD 表格仅在浏览器中加载