dphoeck@gmail.com
Posts: 11
Joined: Sun Mar 21, 2021 11:21 pm

Radio selection

Hi,

I am having issues figuring out how to identify which item was selected from a list of radio buttons. I've tried do do an events--on radio button click, or on radio button select--map the selected value to a label. For some reason the only value it ever returns is the first value.

None of the values I've mapped (see screenshot) from are returning the user selected value.

Capture.PNG
Capture.PNG (12.56 KiB) Viewed 2985 times

Your help is appreciated.

Thank you,
Dan

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Re: Radio selection

Hello Dan,

Have you set the [(ngModel)] for that radio component?

Please check if there are any errors in the browser console. You can learn here: https://docs.appery.io/docs/using-brows ... -js-errors how to open the console.

Return to “Issues”