Benjamin Vertonghen
Benjamin Vertonghen
If interested, https://github.com/Append-IT/Blazor.Sidepanel does this and can be used as a reference.
Or a simple "Rename Namespace" would be awesome.
I like the idea, doesn't have a lot of code to it. @chucker want to PR this one? We might want to add a parameter that controls this behavior though....
@chrissainty true! Since we don't have control over de template. a workaround for this would be to provide the functionality yourself since the user has access to the template.
I was thinking about this today and I believe we could give the control to the user but that would involve exposing the SearchTerm to the caller. Since he will...
It's possible to get the searchvalue each time the searchmethod is triggerd. **CAUTION** **Some very RAW code examples here, but I think you'll get the point:** ```cs private string searchTextCopy;...
@chucker, @erinnmclaughlin Any of you created a some production code for this? We might want to add it into the docs so we can close this issue.
> Its great there is a manual way round this for people based on @vertonghenb [comment](https://github.com/Blazored/Typeahead/issues/82#issuecomment-565772496). But it would be great to get this working automatically with the control, somehow....
### A workaround: Add the styling directly to the predefined css classes. ### Solution We can simply add a `Class` parameter and add the classes to the list of css...
Personally I'm not fond of using the package since it also requires some .js or .css files. However, we could package them with ours and use the same idea `EmbeddedBlazorContent`...