Fire change event when selecting multichoice alternative by clicking answer text

Created on 24 March 2015, about 10 years ago
Updated 26 July 2024, 8 months ago

1. Attach a change handler to a multichoice question:

(function($) {
Drupal.behaviors.myModule = {
  attach : function(context)  {
    $('input', context).bind('change.myModule', function() {
      console.log('Changed');
    });
  }
}
})(jQuery);

2. Click the text of an answer.

Expected: Change handler should be invoked.
Actual: The form field changes but the change event is not fired.

πŸ› Bug report
Status

Needs review

Version

5.0

Component

Code - Multichoice

Created by

πŸ‡ΊπŸ‡ΈUnited States joshf

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024