I have trouble with the binding of radio buttons in Blazor. I created a blazor fiddle. Please test the following:
- Open the fiddle.
- Click some radio buttons and see that the text input is updated properly.
- Re-run the fiddle.
- Enter "L" in the input, hit enter and see, that the L-button is selected.
- Click the U-button.
- Again, enter "L" in the input, hit enter and see, that the L-button is not selected.
What is wrong here?