A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/InputEvent/isComposing below:

InputEvent: isComposing property - Web APIs

MDN Web Docs
  1. Web
  2. Web APIs
  3. InputEvent
  4. isComposing

Filter sidebar

In this article
  1. UI Events
  2. InputEvent
  3. Constructor
    1. InputEvent()
  4. Instance properties
    1. data
    2. dataTransfer
    3. inputType
    4. isComposing
  5. Instance methods
    1. getTargetRanges()
  6. Inheritance
    1. UIEvent
    2. Event
  7. Related pages for UI Events
    1. CompositionEvent
    2. FocusEvent
    3. KeyboardEvent
    4. MouseEvent
    5. MouseScrollEvent Non-standard Deprecated
    6. MutationEvent Non-standard Deprecated
    7. TextEvent Deprecated
    8. UIEvent
    9. WheelEvent
  8. Guides
    1. Code values for keyboard events
    2. Key values for keyboard events
In this article InputEvent: isComposing property

Baseline 2023

Newly available

Since March 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

The InputEvent.isComposing read-only property returns a boolean value indicating if the event is fired after compositionstart and before compositionend.

Value

A boolean.

Examples

js

const inputEvent = new InputEvent("syntheticInput", false);
console.log(inputEvent.isComposing); // return false
Specifications Specification UI Events
# dom-inputevent-iscomposing
Browser compatibility See also Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Apr 7, 2023 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4