We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have it in both Off("name", callback) and Off("name") to unregister all call-backs for "name"
Off("name", callback)
Off("name")
"name"
The text was updated successfully, but these errors were encountered:
Thanks @rpedretti I'll look at it later tonight. Will keep you posted.
Sorry, something went wrong.
Thanks! Its a great extension to Blazor! Great job!
Merge pull request #7 from BlazorExtensions/fix-bug-6
078464d
Fix serialization issues from #6 Implemented "Off()" functionality #5 Allow multiple "On()" registrations for the same method. #5
Added with #7 and will be out on 0.1.3. Thanks for the request!
galvesribeiro
No branches or pull requests
It would be nice to have it in both
Off("name", callback)
andOff("name")
to unregister all call-backs for"name"
The text was updated successfully, but these errors were encountered: