mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
Tag autocomplete
This commit is contained in:
parent
bfc6189611
commit
01e4cdb178
3 changed files with 6 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ function enable_rich_interaction(){
|
|||
$('input[name=context_name]').autocomplete(contextNames);
|
||||
$('input[name=project[default_context_name]]').autocomplete(contextNames);
|
||||
$('input[name=project_name]').autocomplete(projectNames);
|
||||
$('input[name=tag_list]').autocomplete(tagNames, {multiple: true,multipleSeparator:','});
|
||||
|
||||
/* have to bind on keypress because of limitataions of live() */
|
||||
$('input[name=project_name]').live('keypress', function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue