Pharmacist
Pharmacist copied to clipboard
feature: Add Blazor EventCallback Support
Is your feature request related to a problem? Please describe.
Currently, I cannot use a Blazorise TextEdit.Events()
. The TextEdit
exposes an EventCallback
which is basically a delegate.
Describe the solution you'd like
I would like to be able to wrap events exposed by Blazor components the same way I can with other events.
Describe alternatives you've considered
None.
Describe suggestions on how to achieve the feature
Additional context