Collapse prevents radio button update
Created by: trusche
When using data-toggle="collapse"
and data-target
on a radio button, the clicked radio button is not checked. See this minimal fiddle: https://jsfiddle.net/p0xkotyr/1/. Reproducible for me in Chrome (54.0), Safari (9.1.2) and Firefox (49.0.2) on OS X 10.11.6.
I didn't find any current open issue on this, just a couple of rather old closed ones:
Thanks for taking a look!