TypeAheadComponent

fun TypeAheadComponent(valueStore: Store<String>?, items: Proposal)

Parameters

valueStore

an instance of a StateStore for holding the state of the component

items

a function to create the valid proposals based upon the current State.draft value.