I using metronic v7.2.8, I added tagify to an input and also set the placeholder but the placeholder text does not show in the input, the tags get added as expected it's just the placeholder text that's not getting set. Kindly advise.
Hi,
It seems this is a Tagify's original bug and you can fix it with the following workaround:
<style>
.tagify__input::after {
content: attr(data-placeholder);
}
</style>
Thank you, it worked.
Great You are most welcome. If you need any further help please let us know.