@dk03/ember-inplace-edit
v0.2.3
Published
The default blueprint for ember-cli addons.
Downloads
58
Readme
ember-inplace-edit
This is Ember cli addon for inplace editing.The original repository is not maintain by the Authors.Ember-CLI and all test was updated in this repository.
Demo
Installation
ember install @dk03/ember-inplace-edit
Released Version
- 0.2.2 https://github.com/dhinesh03/ember-inplace-edit/releases/tag/v0.2.2
Usage
This addon provides an ember-inplace-edit
component.
{{ember-inplace-edit
text=text
value=value
placeholder="Add Placeholder content"
placeholderClass="placeholder div class"
editIcon="Edit icon class, ex: fa fa-edit"
action=(action "saveUser")
}}
Properties
Actions
Events
Compatibility
- Ember.js v2.18 or above
- Ember CLI v2.13 or above