shamanu4 / dal_admin_filters

Django autocomplete light filters for django admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forward feature of django autocomplete light not working

farhan-cashify opened this issue · comments

I would like to send some field in forward arguments like django autocomplete light.
I tried sending them but could not succeed.
Any Idea ?

Actually select2.js was expecting the autocomplete widget inside a form, which in case of list filter was absent. As a result ,the forward field was not being forwarded.
Just enclosed it inside form tag and started working.
Hope it helps someone.

Fixed in 1.0.0