wagtail / wagtail-generic-chooser

A toolkit for custom chooser popups in Wagtail
BSD 3-Clause "New" or "Revised" License
116 stars 25 forks source link

Populate widget title element correctly on Wagtail 4 #63

Closed gasman closed 1 year ago

gasman commented 1 year ago

The v4 chooser template changed the title element from <span class="title"> to <div class="chooser__title">, but the JS was still targetting the title class. Add a data-chooser-title attribute so that the JS behaviour is decoupled from the CSS-oriented class names.