7.0.0 • Published 1 year ago

@springernature/global-autocomplete v7.0.0

Weekly downloads
313
License
MIT
Repository
-
Last release
1 year ago

Autocomplete component

Basic autocomplete function that listens to key events on a text input and fetches suggestions from a specified endpoint.

Branding

The global-autocomplete component currently uses the DEFAULT brand only.

// Inlcude this with your settings
@import '@springernature/global-autocomplete/scss/10-settings/default';

// Include this with your other components
@import '@springernature/global-autocomplete/scss/50-components/autocomplete';

Example usage

Please see contents of demo/ folder for sample client JS.

A full handlebars demo is also in the demo folder, but following is the only HTML the component actually requires:

<input type="text" autocomplete="off" class="c-autocomplete" aria-expanded="false" data-component-autocomplete>
7.0.0

1 year ago

6.1.0

2 years ago

6.0.0

2 years ago

5.1.4

2 years ago

5.1.3

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago

5.1.0

3 years ago

5.0.4

3 years ago

5.0.3

3 years ago

5.0.2

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago