We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Vue AutoComplete is a textbox component that provides a list of suggestions to select from as the user types. It has several out-of-the-box features such as data binding, filtering, grouping, UI customization, accessibility, and more.


Vue AutoComplete with data binding

Data binding

You can bind data from different types of data sources, such as an array of primitive data, JSON data collections, or remote data sources using adaptors such as OData, OData V4, URL, JSON, and Web API. Data binding uses our data manager to manage data, and also has customization options for data requests and processing.


Filtering

The built-in filtering support includes a rich set of filtering options that is available to meet all your application needs.

Vue Select AutoComplete with Filter type

Filter type

Filter data based on starts with, ends with, and contains predicates.

Vue AutoComplete select with Custom filtering

Custom filtering

You can customize the built-in filter query or use your own custom filter libraries to populate data.

Vue AutoComplete with Diacritic-sensitive search

The Vue AutoComplete supports diacritic-sensitive searching. This behavior can be turned on or off.

Vue AutoSuggest search with Limit suggestion items

Limit suggestion items

Limit the number of suggestions to be displayed in the filtered data list.

Vue AutoComplete with Ignore filter text casing

Ignore filter text casing

You can filter data with or without case sensitivity.

Vue AutoComplete with Minimum filter characters length

Minimum filter characters

Set the filter length to begin filtering and populating the data.


Highlight matched text

You can configure different visual appearances for the matching text of each suggestion.

Vue AutoComplete with Highlight matched text


Vue AutoComplete with Autofill Search

The Vue AutoComplete component has an autofill search option that completes the word that the user types based on the suggestion text, allowing the user to search for items easily.


Grouping

The AutoComplete component allows users to see the listed items grouped in categories with individual headers.

Vue AutoComplete with Grouping


UI customization

Customize the appearance of the AutoComplete suggestion list using templates.

Vue AutoComplete with Item template

Item template

Define a custom appearance for each suggestion item by using item templates.

Vue AutoComplete with Header template in suggestion list

Header template

Design a header for the suggestion list using the header template.

Vue AutoComplete with Footer template in suggestion list

Design a custom footer for the suggestion list using the footer template.

Vue AutoComplete with Icons in suggestion list

Icons

Add icons to each suggestion item, like countries with flag icons.

Vue AutoComplete with Empty record template in suggestion list

Empty record

Provide a custom message with a custom appearance when there are no search suggestions to display.


Suggestion list

Generate a suggestion list in the dropdown of the Vue material autocomplete for users as they type in the input textbox.

Vue AutoComplete dropdown with Dimension customization

Dimension customization

The width and height of the suggestion list is adjustable.

Vue AutoComplete dropdown with Hide or avoid suggestion list

Hide or avoid suggestion list

Hide the default suggestion list and bind the search result onto some other component, such as a data grid.


Vue Input AutoComplete with Floating label

Floating label

Developers can control whether the placeholder should float or not.


Localization

All the static texts in the user interfaces of the Vue AutoComplete can be localized to any desired language.

Localize all static text of Vue AutoComplete


Mobile-friendly, responsive UI

Provides a responsive mode that displays an adaptive redesigned UI for mobile devices that recognizes touch gestures.


Other supported frameworks

The AutoComplete component is also available in Blazor, Angular, React, and JavaScript frameworks. Check out the different AutoComplete platforms from the links below,


Web accessibility

  • Fully supports WAI-ARIA accessibility standards that make the AutoComplete component accessible to screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Designs the UI visual elements such as foreground color, background color, line spacing, text, and images based on the WCAG 2.0 standard.
  • Supports right-to-left (RTL) text direction for users working with RTL languages like Hebrew, Arabic, or Persian.

Developer-friendly APIs

Developers can customize all UI elements and control their behaviors according to the end user’s requirements using the rich set of client-side APIs.


Vue AutoComplete Code Example

Easily get started with the Vue AutoComplete using a few simple lines of Vue codes as demonstrated below. Also explore our Vue AutoComplete Example that shows you how to render and configure a AutoComplete in Vue.

<template>
<div>
    <div class="control-section">
        <div class="col-lg-12" style="height: 350px">
            <div id='content' style="margin: 0 auto; width:250px; padding-top: 30px">
                <ejs-autocomplete id='games' :dataSource='sportsData' :placeholder='waterMark'></ejs-autocomplete>
            </div>
        </div>
    </div>
</div>
</template>

<script>
import Vue from "vue";
import { AutoCompletePlugin } from "@syncfusion/ej2-vue-dropdowns";
import * as data from './dataSource.json';

Vue.use(AutoCompletePlugin);

export default Vue.extend ({
    data: function() {
        return {
            waterMark: 'e.g. Basketball',
            sportsData: data['sportsData']
        };
    }
});
</script>



80+ VUE UI COMPONENTS

Frequently Asked Questions

  • High-performance loading and searching for autocomplete suggestions in huge volumes of data.
  • Easy integration with other controls such as the DataGrid for modern web and mobile applications.
  • Built-in support for autofill (auto-suggest), hierarchical data binding, highlighted search, and custom search (fuzzy search).
  • Supports standard Syncfusion themes which include Bootstrap v5 and Tailwind CSS.
  • Display floating labels, templated suggestion list and customizable popup dimension.
  • Highly customizable interface with web accessibility features.
  • One of the best Vue AutoComplete component in the market that offers a feature-rich UI.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Extensive demos and documentation to learn quickly and get started with Vue AutoComplete.

You can find our Vue AutoComplete demo, which demonstrates how to render and configure the AutoComplete.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile