"form")
>>
>>
>> Henri Dupre wrote:
>> >
>> > I have seen some suggestions on how to handle @RadioGroup and
>> > @EventListener
>> > here but none of them works for me.
>> > One suggestion is to add a function to any div
ener(elements = "someDiv", events = "clickRadio", submitForm =
> "form")
>
>
> Henri Dupre wrote:
> >
> > I have seen some suggestions on how to handle @RadioGroup and
> > @EventListener
> > here but none of them works for me.
> >
Try using elements instead of targets:
@EventListener(elements = "someDiv", events = "clickRadio", submitForm =
"form")
Henri Dupre wrote:
>
> I have seen some suggestions on how to handle @RadioGroup and
> @EventListener
> here but none of them
I have seen some suggestions on how to handle @RadioGroup and @EventListener
here but none of them works for me.
One suggestion is to add a function to any div element
document.getElementById('someDiv').clickRadio=function(radio) {};
add a onclick to the @Radio that calls that funct