Are there any plans to implement this feature on md-chip in the near future? I have been trying to get this to work so that I can drag and drop the chips and reorder their order in an array with different libraries, but there are many collisions which are making it difficult to get the feature to work without serious hacking. Any suggestions on how to implement this feature on my own / suggested libraries that can complement material? Any help is seriously appreciated.
+1
+1
+1
+1
Though this is not a 100% solution, the below link is a good library for this purpose.
Angular- Sortable
+1
+1
I made a directive which can be added to the chip template to add drag/drop reordering, it could do with some refining but in case it's useful to anyone here it is.
+1
+1
+1
+1
+1
+1
+1
Most helpful comment
I made a directive which can be added to the chip template to add drag/drop reordering, it could do with some refining but in case it's useful to anyone here it is.