From 7e4639854bf8db30abc8b41dd160ef5d6092ece1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 20 2017 09:02:02 +0000 Subject: When adding a tag, search the list of existing tags --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 52b4516..f2669da 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -907,6 +907,7 @@ $( document ).ready(function() { create: false, labelField: "item", valueField: "item", + searchField: ["item"], }); $( "#preview" ).hide();