Hello ,
With ui.radio object, it is possible to get the id selected with $(“radioObj”).getValue() , how it possible to get text (value for radio button) associated?
Thanks
Hello ,
With ui.radio object, it is possible to get the id selected with $(“radioObj”).getValue() , how it possible to get text (value for radio button) associated?
Thanks
There’s no built-in solution, but you can find
the needed item among the options
array:
thanks