Two way binding communication from two children component in Blazor – Asp.net
I've encounter some issues with two way binding in my app at work with Blazor WASM. I'm trying to communicate a value between two child component who have the same parent component. When I call a function to update my…