ComboBox

fun <T : Any> ComboBox(headline: String, availableRequests: List<T>, comboBoxSelected: MutableState<T>, comboBoxExpanded: MutableState<Boolean>, getDisplayName: (T) -> String, onSelected: (index: Int, value: T) -> Unit)