input-typeahead
Type:
markup & styles & behaviour
Status:
ready
Release:
0.3.0
Updated:
2.6.0
Dependencies:
- atoms → arrow
- →
Dependents:
- molecules → input-group
- molecules → wave-indication molecules
example
fullscreen
fullscreen_exit
description
Input field for text with defined answers, that are filtered by user entered text.
- UPDATED 2.6.0:
- Disabled style. Main
typeahead-wrapper gets class.disabledand input gets propertydisabled - UPDATED 1.7.0:
- Removed autocomplete
- UPDATED 1.5.0:
- New class
upto open the option-list to the top, in cases where there is not enough space to fully display it on the bottom. - UPDATED 1.3.1:
- Major Overhaul with style, js & markup changes
The new markup of the typeahead:
div.typeaheadstays the same
div.typeahead-text-displayinstead of thespan.selected-value
input.typeahead-text-inputtext input new with class
button.typeahead-togglertoggle arrow new as a button and with new class
div.typeahead-option-containernew wrapper for options and action
ul.typeahead-option-listnew class instead of.typeahead-items
li.typeahead-optionnew class instead of.typeahead-item
button.typeahead-actionnew action element to replace normal list item
More information (accessibility tags etc.) are below in the usage code
- UPDATED 0.11.0:
- Style changes only;
For.typehead-input-container:hovercursor: pointer;
- NOTE:
- Updated in Release 0.9.0
- New markup for
label-part to be able to show selected value with font-styles. - Container with class
typeahead-input-containerwrapsinputand newspan-element with classselected-value. {{label-text}}now optional.
- NOTE:
- Updated in Release 0.4.0
input-typeaheadis now a molecule.ulandliare now used for typeahead-items instead ofdiv.
protected content
only loggeed in users are able to see source-code files and usage of components