Versions in this module Expand all Collapse all v0 v0.1.6 Mar 7, 2021 v0.1.5 Mar 6, 2021 Changes in this version + type Arg interface + String func() string + Type func() ArgType + Wrap func(string) string + type ArgType int + const ArgInt + const ArgOperation + const ArgString + type BaseArg string + func (b BaseArg) String() string + func (b BaseArg) Wrap(s string) string + type Configuration struct + AdaptContainerCssClass string + AdaptDropdownCssClass string + Ajax map[string]interface{} + AllowClear bool + AmdBase string + AmdLanguageBase string + CloseOnSelect bool + ContainerCss map[string]interface{} + ContainerCssClass string + Data Options + Debug bool + Disabled bool + DropdownAutoWidth bool + DropdownCss map[string]interface{} + DropdownCssClass string + DropdownParent string + EscapeMarkup func() + InitSelection func() + Language interface{} + Matcher func() + MaximumInputLength int + MaximumSelectionLength int + MinimumInputLength int + MinimumResultsForSearch int + Multiple bool + Placeholder interface{} + Query func() + ScrollAfterSelect bool + SelectOnClose bool + Sorter func() + Tags bool + TemplateResult string + TemplateResultFns []Function + TemplateSelection string + TemplateSelectionFns []Function + Theme string + TokenSeparators []string + Tokenizer func() + Width string + type Data struct + Pagination Pagination + Results Options + type Function struct + Args []Arg + Format string + Next *Function + P func(f string, args []Arg, next *Function) string + func Add(arg Arg) Function + func AddFront(arg Arg) Function + func If(operation, arg Arg, next *Function) Function + func Return() Function + type IntArg BaseArg + func (s IntArg) Type() ArgType + type OperationArg BaseArg + func (s OperationArg) Type() ArgType + type Option struct + Disabled bool + ID interface{} + Selected bool + Text string + type Options []Option + type Pagination struct + More bool + type StringArg BaseArg + func (s StringArg) Type() ArgType + func (s StringArg) Wrap(ss string) string