Ignite UI for Angular 9.1.5 バージョン時点での情報に基づいています。
IgcDragIgnore ディレクティブを利用することで、IgxDrag によりドラッグ可能となっている要素の一部をドラッグ操作無効にすることができます。
<div id="firstDrag" [igxDrag]="{ key: 1 }"> <input type="text" igxDragHandle placeholder="ドラッグできる" /> <input type="text" igxDragIgnore placeholder="ドラッグできない" /> </div>