You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Typeahead inside a https://github.com/Blazored/Modal with .NET 7 the control erase the search text and doesn't perform the search action. Using the control outside the modal works fine.
The text was updated successfully, but these errors were encountered:
I also stumbled across this bug. if you call the modal component with no parameters or only simple data types (e.g. string) it works fine. If you use a complex parameter (own types or even build in types like StringBuilder) the problem appears. Even if you do not use that parameter in the code of the modal. I will try the fix of @SSchulze1989 now.
Too bad that @chrissainty seems to be dugin somewhere. If you read this, hope you are well! Please show a life sign! :D
Apologies for not replying here sooner. I've just added an issue explaining what's going on with this package going forward. But the TLDR is that I don't have time to work on this repo for the forseable future.
When using Typeahead inside a https://github.com/Blazored/Modal with .NET 7 the control erase the search text and doesn't perform the search action. Using the control outside the modal works fine.
The text was updated successfully, but these errors were encountered: