ngx-draggable-widget icon indicating copy to clipboard operation
ngx-draggable-widget copied to clipboard

Input box is not editable when widget is set to drag

Open muhammad-shahzad-anjum opened this issue 4 years ago • 0 comments

Using in Angular

For a widget item with property draggable to true does not allow me to input text in input control.

Then I tried to set a selector (an element) for drag instead of whole widget as below

HTML

Code let selectorElement: any = document.getElementById( "widget_call_header" );

Widget properties ....'draggable':true , 'dragHandle': selectorElement,...

Still I can move with cursor from whole widget area instead of selector area and unable to click inside input control and cannot type in input.

Please guide me if I am doing something wrong?

muhammad-shahzad-anjum avatar Mar 02 '20 08:03 muhammad-shahzad-anjum