akveo/ngx-admin

bug reactive form radio button

Open

#1,342 opened on Oct 25, 2017

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

Repository metrics

Stars
 (24,990 stars)
PR merge metrics
 (No merged PRs in 30d)

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