ngx-contextmenu icon indicating copy to clipboard operation
ngx-contextmenu copied to clipboard

Issue with replacing the selected text in textarea

Open SidduLakkarse opened this issue 6 years ago • 1 comments

Hi Isaac Mann, Thank's for your ngx-contextmenu . I am trying to use your ngx-contextmenu in my demo application.i am facing one issue with replacing the selected text in textarea . This is my code : html **_

Context Menu Demo

<context-menu #componentMenu>
  <ng-template contextMenuItem *ngFor="let item of items">
    {{item.name}}
  </ng-template>

</context-menu>
<textarea class="form-control" rows="15" cols="34" [contextMenu]="componentMenu" ></textarea>
_** .ts

Could you please help me out this issue.

Note: Attached the screen shot for your reference.

issuereplacetext

Thanks

Siddu.

SidduLakkarse avatar Jun 08 '18 07:06 SidduLakkarse

What does your code look like?

On Fri, Jun 8, 2018, 3:11 AM SidduLakkarse [email protected] wrote:

Hi Isaac Mann, Thank's for your ngx-contextmenu . I am trying to use your ngx-contextmenu in my demo application.i am facing one issue with replacing the selected text in textarea .

Could you please help me out this issue.

Note: Attached the screen shot for your reference.

[image: issuereplacetext] https://user-images.githubusercontent.com/36532513/41144009-03a96c14-6b19-11e8-85c8-d8dbc260ce38.png Thanks

Siddu.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/isaacplmann/ngx-contextmenu/issues/120, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0lQGe7CW4gPnr9mxJmES9pkwJiPlwKks5t6iOYgaJpZM4Ufmmf .

isaacplmann avatar Jun 08 '18 10:06 isaacplmann