Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 875 Bytes

File metadata and controls

18 lines (11 loc) · 875 Bytes

Add a Blazor AutoComplete Component to a Blazor Server App

A quick overview on how to create and configure the Syncfusion Blazor AutoComplete in a Blazor Server app. You will learn how to add a simple Blazor AutoComplete to a Blazor Server app. You will also see how to populate it with list data and remote data sources. You will also learn how to highlight the searched text, and how to set a custom height and width for the AutoComplete pop-up.

Example: https://www.syncfusion.com/blazor-components/blazor-autocomplete

Documentation: https://blazor.syncfusion.com/documentation/autocomplete/getting-started

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.