AutocompleteSelectMultiple
No overview available.
Constructor
Signature
def AutocompleteSelectMultiple() - > null
Signature
def AutocompleteSelectMultiple(
attrs: dict = None,
choices: iterable = ()
)
Parameters
| Name | Type | Description |
|---|---|---|
| attrs | dict = None | A dictionary of HTML attributes to be added to the rendered widget element. |
| choices | iterable = () | An iterable of 2-tuples to use as the data choices for the multiple selection field. |