diff --git a/components/inplaceeditor/CHANGELOG.md b/components/inplaceeditor/CHANGELOG.md index 98ad0b7ea..972bb585b 100644 --- a/components/inplaceeditor/CHANGELOG.md +++ b/components/inplaceeditor/CHANGELOG.md @@ -4,5 +4,13 @@ ## 16.4.40-beta (2018-12-10) -### InPlaceEditor +### In-place Editor +The In-place Editor component is used to edit and update the input value dynamically to the server. It supports integrating many component types such as “DropDownList”,”DatePicker”,”AutoComplete”, etc. + +- **Render mode** - Provides two types of rendering modes when editing the input, namely “Inline” and “Popup”. +- **Component integration** - Support to integrate components such as “DropDownList”, “DatePicker”,” AutoComplete”, etc. to the In-place Editor. +- **Data binding** - Bind the In-place Editor component with an array of JSON objects or DataManager to save the edited data to the server. +- **Customization** - Offers UI customization such as popup, buttons, and also denotes editable content state. +- **Template** - Templates can be used to integrate custom controls to the In-place Editor. +- **Globalization** - Provides right to left and localization support. \ No newline at end of file