-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MatAutocomplete does not play nice with EditForm #278
Comments
I have the same problem. Have anyone available hot solution for that? |
Try this: #213 (comment) |
Here is what I used: https://docs.telerik.com/blazor-ui/knowledge-base/value-changed-validation-model |
Hi! |
Merged fix into develop branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Placing a MatAutocomplete in an EditForm produces a weird error message for me.
The error message I'm getting is this:
InvalidOperationException: MatBlazor.MatTextField requires a value for the 'ValueExpression' parameter. Normally this is provided automatically when using 'bind-Value'.
I'm able to reproduce it with this example:
Placing the MatAutocomplete outside of the EditForm works. So does using for instance an InputText instead of a MatAutocomplete inside the EditForm like this:
I'm using MatBlazor 1.9.0 and .NET Core 3.0.
The text was updated successfully, but these errors were encountered: