change autocomplete to not force exact match

This commit is contained in:
Frédéric Péters 2013-12-26 16:28:57 +01:00
parent d87edf4933
commit 7a69d087d4
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class OrderedSelectAndAddWidget(OrderedSelectWidget):
autoFill: false,
minChars: 2,
max: 10,
mustMatch: true,
mustMatch: false,
matchContains: true,
formatItem: %(formatItem)s,
formatResult: %(formatResult)s