change event not working with BS4 radio button groups?
Created by: tim-peterson
Bootstrap v4 issue:
For the button group radios I can't get the input:radio change
event to fire, so developers looking to do things like $('input').on('change', function ( //do something ) });
could get frustrated. This might not be BS4's fault per se, but just something that works in BS3 and may confuse people.