5.1.0 • Published 6 years ago

veams-utility-type-ahead v5.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

TypeAhead

This utility offers a type-ahead function that can be applied to input elements.

It generates a list with keywords fetched from a server.


Requirements

  • Veams >= v5.0.0 - Veams Framework.

Installation

Installation with Veams

veams install vu type-ahead


Fields

type-ahead.hbs

Settings

  • settings.typeAheadClasses {String} - Modifier classes.
  • settings.typeAheadJsOptions {Object} - Options object which gets stringified.
  • settings.height {Number} - Height of suggestion list.

JavaScript Options

The module gives you the possibility to override default options:

5.1.0

6 years ago

5.0.0

7 years ago

4.0.0

7 years ago