I've got an app where the user selects an issue from a grid and it pops up a window where they can edit the issue in a form. When I attempt this, the page freezes/crashes. Here is a reproduction of the issue.
https://blazorrepl.telerik.com/mHOLaTlG32jhfT7v19
If you comment out the form and uncomment the fields below it you'll see it works outside of the TelerikForm. It also works inside an EditForm. It appears to be stuck in an infinite loop. What's causing this? Is there no workaround besides using an EditForm?