class documentation
Displays an autocomplete input.
Note
This view can be used in place of Choices
.
Parameters | |
choices | a list of Choice instances |
read | whether the view is read-only |
allow | when True the user can input a value that is not in the choices |
allow | when True the user can select the same choice multiple times |
Method | __init__ |
Undocumented |
Inherited from Choices
:
Method | add |
Adds a choice value to this instance. |
Method | append |
Appends a Choice to the list of choices. |
Method | clone |
Undocumented |
Method | to |
Undocumented |
Method | values |
Returns the choice values for this instance. |
Instance Variable | _choices |
Undocumented |
Inherited from View
(via Choices
):
Method | kwargs |
Undocumented |
Instance Variable | caption |
Undocumented |
Instance Variable | component |
Undocumented |
Instance Variable | components |
Undocumented |
Instance Variable | container |
Undocumented |
Instance Variable | description |
Undocumented |
Instance Variable | label |
Undocumented |
Instance Variable | placeholder |
Undocumented |
Instance Variable | space |
Undocumented |
Instance Variable | _kwargs |
Undocumented |