README
TypeaheadInput
Typeahead input component.
Install
To install the TypeaheadInput component run:
npm install --save @amalto/typeahead-input
Typeahead input combine a simple input and a select dropdown which allow you to select a value from the keyboard depending on your inputs.
<script type="module">
import amaltoTypeaheadInput from 'https://cdn.skypack.dev/@amalto/typeahead-input';
</script>
Typeahead input component.
To install the TypeaheadInput component run:
npm install --save @amalto/typeahead-input