@cpurbaugh, @alec_ruizramon1, has no handler by default, but you can attach a javascript event using:
cur_frm.fields_dict.my_field.$input.on("click", function(evt){
})
@cpurbaugh, @alec_ruizramon1, has no handler by default, but you can attach a javascript event using:
cur_frm.fields_dict.my_field.$input.on("click", function(evt){
})