typeAhead

open fun typeAhead(    styling: BasicParams.() -> Unit = {},     value: Store<String>? = null,     items: Proposal,     baseClass: StyleClass = StyleClass.None,     id: String? = value?.id ?: "${ControlNames.typeAhead}-${Id.next()}",     prefix: String = ControlNames.typeAhead,     build: TypeAheadComponent.() -> Unit = {})