Skip to content

Conversation

@webernir
Copy link

When you need a dynamic content inside the inline editor you can now use type='custom' as a value to the type input argument.
I'm using it to display a rich-text editor like ngx-quill.

example:

<inline-editor type="custom" [(ngModel)]="value" name="editableText1">
  <div>
    <quill-editor [(ngModel)]="value"></quill-editor>
  </div>
</inline-editor>

@tonivj5
Copy link
Collaborator

tonivj5 commented Apr 18, 2017

Hi, thanks for your contribution! 👍

Could you adapt it to the new structure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants