ComboboxInputField

Combobox with the ability to select and add new items by typing.

Options

  • ListView TListViewCustom

    ListView with items.

  • ToggleButton Button

    Button to show and hide ListView on click.

  • Current TComponent

    Template to display selected items.

  • HideAfterItemToggle bool

    Hide ListView right after item selected or deselected.

  • Allow New Items bool

    Allow to add new items by typing.

  • Reset Input bool

    Reset InputField if item not found and new items not allowed.

Events

  • OnShowListView UnityEvent

    The event raised when ListView showed.

  • OnHideListView UnityEvent

    The event raised when ListView hidden.

  • OnCurrentClick UnityEvent<int, TItem>

    The event raised on click on displayed selected item.