I'm used to the handy form.disable() method in Angular's reactive forms, which disables all bound fields in the given form group (which can be the whole form). And obviously enabling them in a similar fashion is also possible.
Is there a similar method hidden somewhere in the EditForm in .NET5 Blazor?
I haven't managed to find anything similar yet. In fact I haven't even found a way to iterate through all fields that are bound to the model.