Only trigger one search for populateSearch
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
function populateSearch(field, value) {
|
function populateSearch(field, value) {
|
||||||
var inputTags = document.getElementById('tags');
|
var inputTags = document.getElementById('tags');
|
||||||
inputTags.BulmaTagsInput().add(field+": "+value);
|
inputTags.BulmaTagsInput().add(field+": "+value);
|
||||||
htmx.trigger("#search", "click");
|
//htmx.trigger("#search", "click");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user