Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The documentation for the Blazor AutoComplete control (https://blazor.syncfusion.com/documentation/autocomplete/native-events) says that it supports a handler for the "onfocus" event. However, this does not seem to be working. A workaround is to handle "onfocusin" instead, because that one does work.
To reproduce:
NB. The downloadable samples are on version 19.4.0.48 of the SyncFusion NuGet packages, but I have verified that the behaviour is the same on version 22.1.34.
I attach a modified version of Index.razor. This has both "onfocus" and "onblur" handlers. Only the "onblur" handler results in messages being written to the log. I have to make it a .txt file because your file uploader will not accept .razor files.