Page 1 of 1

Radio selection

Posted: Mon Mar 22, 2021 6:41 am
by dphoeck@gmail.com

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 2996 times

Your help is appreciated.

Thank you,
Dan


Re: Radio selection

Posted: Wed Mar 24, 2021 8:19 am
by Serhii Kulibaba

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.