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
Currently, in the Django admin for Open edX, users are required to manually search and scroll through dropdown menus to select values, which becomes inefficient when dealing with large tables.
To improve this experience, we can integrate django-autocomplete-light. This plugin provides an autocomplete feature for dropdowns and also supports multi-select fields, significantly enhancing usability and reducing time spent on manual searching.
This functionality has already been tested and implemented successfully in course-discovery , and I believe it can be very helpful in the edx-platform admin interface as well.