Autocomplete for AngularJS Applications With A Lot To Complete – Mass Autocomplete

Author: hakib
Official Page: Go to website
Publish Date: December 10, 2014
License: MIT

Description:

Mass Autocomplete is designed for AngularJS Applications that required auto completing a lot of input fields. Mass Autocomplete was implemented with a different approach in mind. Instead of attaching the suggestion box to each input field, it uses transclusion to maintain only one box for the entire document. This approach guarantees that additional input fields will not require additional DOM or watches for the purpose of the auto complete.

Previews:

Mass Autocomplete Basic Usage

Mass Autocomplete Basic Usage

Mass Autocomplete Fuzzy search

Fuzzy search


You Might Be Interested In:

Add Comment