Package version

npm i module-tsl-ui-elements --save
6.7.7

imports

import { Autocomplete } from 'module-tsl-ui-elements';
@import '~module-tsl-ui-elements/autocomplete/autocomplete';

example (editable)

<Autocomplete name="autocomplete"
                       minSearchLength={3}
                       onTypedTextChanged={input => {}}
                       onSuggestionSelected={input => {}}
                       onChange={()=>{}}
                       searchList={[{ label: 'Autopilot'},{ label: 'Autoloading'}]} />

Props

We couldn't detect props! Check if __docgenInfo is correctly defined

storybook

View Autocomplete storybook stories