From 7a69d087d47184cc6bc7114cc5040b677316883c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 26 Dec 2013 16:28:57 +0100 Subject: [PATCH] change autocomplete to not force exact match --- themis/fields/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themis/fields/widgets.py b/themis/fields/widgets.py index 438d399..a642fa7 100644 --- a/themis/fields/widgets.py +++ b/themis/fields/widgets.py @@ -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