Skip to main content

AutocompleteSelectMultiple

No overview available.

Constructor

Signature

def AutocompleteSelectMultiple() - > null

Signature

def AutocompleteSelectMultiple(
attrs: dict = None,
choices: iterable = ()
)

Parameters

NameTypeDescription
attrsdict = NoneA dictionary of HTML attributes to be added to the rendered widget element.
choicesiterable = ()An iterable of 2-tuples to use as the data choices for the multiple selection field.