MutableSelectBox

constructor(    model: M,     boxItemVisualizer: ItemVisualizer<T, IndexedItem>? = null,     listItemVisualizer: ItemVisualizer<T, IndexedItem>? = boxItemVisualizer)(source)

Parameters

model

used to represent the underlying choices

boxItemVisualizer

to render the selected item within the select box

listItemVisualizer

to render each item within the list of choices