Skip to content

Custom Display Templates #73

@jongunter

Description

@jongunter

Hi there, great library! It'd be nice if I could add some custom formatting/HTML when the components are in display mode.

For example, next to the username, I would want to display a user icon, but not in editing mode.

<inline-editor type="text" [(ngModel)]="account.username">
   <i class="fa fa-user"></i>
   {{ account.userName }}
</inline-editor>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions