@Sweg wrote:
In my Ionic / Angular app, I am trying to allow users to select a user type when signing up.
For example, I want them to choose whether they are a Customer or a Supplier.
I tried to add these 2 options to an
<ion-radio-group>
as part of a reactive form.I have tried adding
formConrolName
to the<ion-radio-group>
, & then using the value of theion-radio
, but that is not working.I’m just wondering what is the best work-around option that can allow me to enable this functionality?
Posts: 1
Participants: 1