# Functions
No description provided by the author
WithChoiceTextStyle default is theme.DefaultTheme.ChoiceTextStyle.
WithCursorSymbol default is ">".
WithCursorSymbolStyle default is theme.DefaultTheme.CursorSymbolStyle.
WithDisableFilter disable filter.
WithDisableOutputResult disable output result.
WithDisableHelp disable show help.
WithFilterFunc replace filter func.
WithFilterInput replace filter input.
WithFocusInterval default is theme.DefaultTheme#FocusInterval:.
WithFocusIntervalStyle default is theme.DefaultTheme#FocusIntervalStyle:.
WithFocusSymbol default is theme.DefaultTheme#FocusSymbol:.
WithFocusSymbolStyle default is theme.DefaultTheme#FocusSymbolStyle:.
WithHeader default is "".
WithHintSymbol default is "✓".
WithHintSymbolStyle default is Theme.MultiSelectedHintSymbolStyle.
WithKeyMap replace key map.
WithPageSize default is 5.
WithPrompt default is "Please select options:".
WithPromptStyle default is Theme.PromptStyle.
WithRowRender default is
` fmt.Sprintf("%s [%s] %s", cursorSymbol, hintSymbol, choice) `.
WithUnFocusInterval default is theme.DefaultTheme#UnFocusInterval:.
WithUnFocusIntervalStyle default is theme.DefaultTheme#UnFocusIntervalStyle:.
WithUnFocusSymbol default is theme.DefaultTheme#UnFocusSymbol:.
WithUnFocusSymbolStyle default is theme.DefaultTheme#UnFocusSymbolStyle:.
WithUnHintSymbol default is "✗".
WithUnHintSymbolStyle default is Theme.UnHintSymbolStyle.
WithValidator specifies a validator to use while prompting the user.
WithValueStyle default is theme.DefaultTheme#ChoiceTextStyle.Underline().
# Type aliases
Option the option of Select.