tsg-humlab / shewrote

studying historical early women’s reception: oeuvres, texts, engagements / https://shewrote.rich.ru.nl/
0 stars 0 forks source link

Add Select2 functionality to forms #12

Closed vanlummelhuizen closed 10 months ago

vanlummelhuizen commented 10 months ago

When a dropdown list contains many items, e.g. the Birth place field on the Person Edit page, the page loads very slow. To overcome this, a Select2 dropdown menu only loads items that match a search string making the initial load faster.

See https://github.com/codingjoe/django-select2/tree/main.

See also #11.

vanlummelhuizen commented 10 months ago

See https://github.com/tsg-humlab/shewrote/pull/13