# Functions
NewContextualList creates a new ContextualList.
NewInputField creates a new InputField.
# Variables
EmptyInputActionShowAll shows all items when input is empty.
EmptyInputActionHideAll hides all items when input is empty.
# Structs
ContextualList is a List widget for the context that allows the user to select an entry from it for an input.
ContextualListHooks is a set of hooks that connects the input field to a contextual list.
ContextualListOptions represents all options for a ContextualList.
InputField is a wrapper of a tview.InputField that adds a few extra features.
# Type aliases
EmptyInputAction represents the action to be taken when the input is empty.