You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In widgets.py 'close_after_select' depends on 'settings.TAGGIT_SELECTIZE['CREATE']' value: 'close_after_select': "true" if settings.TAGGIT_SELECTIZE['CREATE'] else "false",
Is there any reason that it not depends on settings.TAGGIT_SELECTIZE['CLOSE_AFTER_SELECT'] value?: 'close_after_select': "true" if settings.TAGGIT_SELECTIZE['CLOSE_AFTER_SELECT'] else "false",
The text was updated successfully, but these errors were encountered:
In widgets.py 'close_after_select' depends on 'settings.TAGGIT_SELECTIZE['CREATE']' value:
'close_after_select': "true" if settings.TAGGIT_SELECTIZE['CREATE'] else "false",
Is there any reason that it not depends on settings.TAGGIT_SELECTIZE['CLOSE_AFTER_SELECT'] value?:
'close_after_select': "true" if settings.TAGGIT_SELECTIZE['CLOSE_AFTER_SELECT'] else "false",
The text was updated successfully, but these errors were encountered: