MrWolfZ/ngrx-forms

Changing one input from UI updating two controls.

ahavagowtham opened this issue · 2 comments

To report a bug please provide a reproduction of the issue in a code sandbox. You can fork this example.

I have custom dropdown and radio button inputs. Sometime when is select the radio button the dropdown is also getting updated. I dont know how this is happening.

I need much more info to be able to help. Can you provide the code you are using? Are you using some kind of component library like angular material?

In general, as long as you are using different form controls for the dropdown and the radio inputs, I can't really see a reason why ngrx-forms would cause changes to the other control when changing one of them.

Gave same label 'for' name for two inputs. It was my mistake. Thanks for quick response. The library is very much helpful.