From 0924e304b5dbbf41df729169d25a1e9011301954 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 17 2017 17:32:52 +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 3836e49..bc42745 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();