M
|
MikeUk 12/25/2024 |
Use console.log('Value: ' + this.getValue()); That will show you what value is set for each option. Then you can fix your code. Mike |
A
|
Abu author 12/25/2024 |
Use console.log('Value: ' + this.getValue()); Thanks for the suggestion. It confirms what I have observed. BTW I wonder if this is a bug with the radio button. Using PHPRunner Enterprise 10.91 (Build 40885 x64) |
A
|
Abu author 12/25/2024 |
Update: The radio button worked correctly when reverted to on'change' |