I have a bunch of input radio buttons that I would like to minify when a button is pressed. I tried several things and the input controls are correctly selected but the class is not applied. Why?
I am totally stuck with this issue. I have several radio controlgroups and when one of the radio buttons is clicked, its value 'id' should be read. First click works fine but then the event is thrown but displaying the previously checked button. Only when I click a second time on that new button, its value gets displayed correctly.