Skip to content
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

[Bug] Typeahead inside Blazored.Modal search text erase with .NET 7.0 #298

Open
massimotomasi opened this issue Nov 22, 2022 · 3 comments
Open
Labels
Bug Something isn't working Triage Issue needs to be triaged

Comments

@massimotomasi
Copy link

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.

@massimotomasi massimotomasi added Bug Something isn't working Triage Issue needs to be triaged labels Nov 22, 2022
@SSchulze1989
Copy link

@massimotomasi this sounds like the same issue reported in #288.

Apparently there was a workaround implemented for the latest release of Blazored.Modal - so you may check if you are running the specified version.

I have also opened a PR that should fix this error for good but unfortunately there has not been any action upon this yet.

@horazius77
Copy link

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

@chrissainty
Copy link
Member

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.

#305.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

4 participants