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 }".
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 }"
.