ComboboxInputField
Combobox with the ability to select and add new items by typing.
Options
ListView
TListViewCustomListView with items.
ToggleButton
ButtonButton to show and hide ListView on click.
Current
TComponentTemplate to display selected items.
HideAfterItemToggle
boolHide ListView right after item selected or deselected.
Allow New Items
boolAllow to add new items by typing.
Reset Input
boolReset
InputFieldif item not found and new items not allowed.
Events
OnShowListView
UnityEventThe event raised when ListView showed.
OnHideListView
UnityEventThe event raised when ListView hidden.
OnCurrentClick
UnityEvent<int, TItem>The event raised on click on displayed selected item.