This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Replies: 1 comment
-
I'd suggest you have a look through the docs at EventCallback. You need to setup proper communication between the parent and child. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a razor component using Blazored Typeahead and it works fine but I need the selected item on the parent and so far I'm unable to get it.
This is the blazor component (named MiRazorCliente.razor):
On the parent component this code shows the component and you can select a client but the parent does not get the selected value.
If we add a bind like this, then the page hangs:
Any help will be greatly appreciated.
Thanks in advance!
Oliverio
Beta Was this translation helpful? Give feedback.
All reactions