akveo/ngx-admin

bug reactive form radio button

Open

#1342 opened on Oct 25, 2017

View on GitHub
 (3 comments) (1 reaction) (0 assignees)TypeScript (24,990 stars) (7,916 forks)batch import
bughelp wanted

Description

Your example that is only html/bootstrap works well

If I use Reactive form, I've to add the attribute formControlName="customRadio" with the same value as name attribute. However, with this attribute, the radio starts fracking out: if i press the any value of radio, the last one switch on and i can't change its value

Contributor guide