I have two radio buttons followed by each text box when I select one of the radios the respective text box should be enabled and the other text should be disabled.
For reference, I'm attaching a stackblitz code where I tried replicating the issue. Well, this is happening only when I use to try to disable the text box within a form.
It's really wired I tried all sources but unfortunately unable to get a solution. I have also tried to use form control methods like disable() enable() and nothing was giving the solution.