blazor-editform Questions
2
Solved
I have two models.
Customer
Address
A customer can have multiple addresses. The Customer model has a List of AddressModel
public class CustomerModel
{
[Required]
public string FirstName { get; s...
Salverform asked 16/10, 2023 at 20:42
2
Solved
I tried everything, Googled a lot, still can't get it to work. I'm trying to use <EditForm> with <InputSelect> to update an existing object(video in my case).
I want an InputSelect wit...
Surplus asked 15/3, 2022 at 5:56
2
Solved
I want to have an InputSelect in a blazor editform that is bound to a model value and also has an onchange event that changes other properties in the model based on the new value.
binding to both ...
Guereza asked 3/5, 2020 at 14:45
2
Solved
Blazor vRC1
There appears to be subtleties of the EditForm component, where it will not render its contents in certain markup situations. For example, when an EditForm is placed within the <tab...
Pregnant asked 19/9, 2019 at 22:54
1
© 2022 - 2024 — McMap. All rights reserved.