qontu / ngx-inline-editor

Native UI Inline-editor Angular (4.0+) component
https://qontu.github.io/ngx-inline-editor
MIT License
164 stars 90 forks source link

Enhancement: `[select]="true"` #118

Open KeithGillette opened 6 years ago

KeithGillette commented 6 years ago

When invoking inline editor via the API, one can select the editor content by passing .edit({ select: true }). It would be great to be able to be able to specify this behavior when the editor is invoked from a click when [editOnClick]="true" either with an attribute binding like [select]="true" or [config]="{ select: true }".

tonivj5 commented 6 years ago

Thanks four your feedback :+1: