To recreate, I created a RadzenTemplateForm with 3 RadzenTextBox within it. I bound the textboxes to properties in a Class. This works fine.
I change this Class to now be a Record type. Now when I type something into the first textbox and tab to go to the next textbox, it doesn't tab to the next textbox. However, if I now change this to be a Class, the tabbing works just fine.
Not sure if this is a Blazor issue or an issue with the RadzenTextBox. A nomal works fine with tabbing between these textboxes.
The reason I'm looking to use a Record type is the Web API shares data transfer objects (DTOs) that are of type Record