Skip to content

pgrho/blazor-typeahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shipwreck.BlazorTypeahead

Blazor wrapper for Bootstrap 3 Typeahead

Usage

  1. Reference Shipwreck.BlazorTypeahead from nuget.org
  2. Reference Shipwreck.BlazorTypeahead.js inside Shipwreck.BlazorTypeahead contents.
  3. Add <script> references for jQuery and Bootstrap 3 or later in your Blazor HTML. (Bootstrap 3 Typeahead is embedded in the package.)
// using Shipwreck.BlazorTypeahead;
// IJSRuntime js;
// ElementReference element;
js.TypeaheadAsync(element, new TypeaheadOptions<T>
{
    SourceCallback = QueryAsync,
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published