Made the original inputs related to tagify be display: none to avoid css issues

This commit is contained in:
WBHarry 2025-08-14 14:32:34 +02:00
parent 6942ec7d14
commit 27885cb323

View file

@ -667,6 +667,10 @@
}
}
}
+ input {
display: none;
}
}
.tagify__dropdown {