- Issue created by @Anybody
- 🇩🇪Germany Anybody Porta Westfalica
Content Browser module did a similar workaround in JS: https://git.drupalcode.org/project/content_browser/-/blob/8.x-1.x/js/con...
$(once('bind-click-event', '.views-row')).click(function () { var input = $(this).find('.views-field-entity-browser-select input'); input.prop('checked', !input.prop('checked')); if (input.prop('checked')) { $(this).addClass('checked'); } else { $(this).removeClass('checked'); }
- 🇩🇪Germany Anybody Porta Westfalica
Whaaaaaaaat? I created the same issue 5 years ago -.-
I'll go to bed, this is so sad. #3133835: "Automatically submit selection" UX missing visual feedback →