I have used Gridster 2 to create Widget in my angular application. but I have now a problem, in a widget there is a text area input field, but this input field can not be editable, because the whole widget is draggable.
I have try to use z-index, but it was not workling.
the code is as below:
<gridster-item>
<textarea class="textarea" matInput placeholder="Enter your comment ..." [(ngModel)]="feedsComment"></textarea>
</gridster-item>
How can I set my widget, so that I can edit this input field.
Best Regards,
Leo