---
title: IMEComposition
path: component/ime-composition
group: 其他
---

## IMEComposition

`IMEComposition`'s `Input` child component will emit `onChange` event after IME complete input string instead of every time you press keyboard.

PS：Only controlled component will be handled.

### API

| Property | Description               | Type | Required | Default | Alternative |
| -------- | ------------------------- | ---- | -------- | ------- | ----------- |
| enable   | is enable ime composition | bool | No       | false   |             |
