typeahead tests ready

This commit is contained in:
vitalets
2013-01-13 23:22:45 +04:00
parent 8061e5fd55
commit 0ef1902c6c
3 changed files with 129 additions and 3 deletions

View File

@@ -89,8 +89,8 @@ $(function(){
},
/*
if in sourceData values <> texts, put typeahead in "objects" mode:
user must pick some value from list
if in sourceData values <> texts, typeahead in "objects" mode:
user must pick some value from list, otherwise `null` returned.
if all values == texts put typeahead in "strings" mode:
anything what entered is submited.
*/