I am making a view, to make some POST requests on my Django server. I need a way to select something and the proper widget that I need for the same is Django admin panel's raw_id_fields.
Widget:
Popup:
I was looking for a jquery plugin to do the same, but couldn't find anything. Is there a plugin / widget to have this functionality in my own views.
Is there a way to use this exact widget in my views.
I found django-yaac whose README says that I can use this outside the admin. However I can't seem to figure out how to use this outside the admin.