Skip to content

Commit

Permalink
fix(Readme): Update README.md (#123)
Browse files Browse the repository at this point in the history
textArea changed to textarea due to the following exception:
mobx.module.js:3281 [mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: 'Reaction[TreeNodeCollectionComponent.detectChanges()] Error: That type does not exist or it is not implemented yet!
    at InlineEditorComponent.getComponentType (ngx-inline-editor.es5.js:1441)
    at InlineEditorComponent.generateComponent (ngx-inline-editor.es5.js:1450)
    at InlineEditorComponent.ngAfterContentInit (ngx-inline-editor.es5.js:1324)
    at callProviderLifecycles (core.js:12682)
    at callElementProvidersLifecycles (core.js:12656)
    at callLifecycleHooksChildrenFirst (core.js:12639)
    at checkAndUpdateView (core.js:13789)
    at callViewAction (core.js:14136)
    at execEmbeddedViewsAction (core.js:14094)
    at checkAndUpdateView (core.js:13786)
  • Loading branch information
faizanu94 authored and tonivj5 committed Feb 15, 2018
1 parent c5dc3b0 commit d53d2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The `$event` argument will be the value return of the input send.
```HTML
<inline-editor
type="textArea"
type="textarea"
[(ngModel)]="editableTextArea"
(onSave)="saveEditable($event)"
name="editableTextArea"
Expand Down

0 comments on commit d53d2f7

Please sign in to comment.