X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/3401cb76521d238ddec0e5daed3f63d6e6dee34f..e1be4a899f22eda7988a0aeb3ee70cbba0fba657:/forum/skins/default/templates/ask.html?ds=sidebyside diff --git a/forum/skins/default/templates/ask.html b/forum/skins/default/templates/ask.html index 3f74b44..f2b5b53 100644 --- a/forum/skins/default/templates/ask.html +++ b/forum/skins/default/templates/ask.html @@ -33,12 +33,16 @@ }); //Tags autocomplete action - $("#id_tags").autocomplete("/matching_tags/", { + $("#id_tags").autocomplete("{% url matching_tags %}", { minChars: 1, matchContains: true, - max: 20, + max: 10, multiple: true, multipleSeparator: " ", + highlightItem: true, + scroll: true, + scrollHeight: 300, + /* formatItem: function(row, i, max) { @@ -90,6 +94,7 @@