You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing inconsistent behavior when using Tagify in my Symfony application. I attempted to initialize Tagify on two different inputs across two separate pages. While one input works as expected, the other input displays an additional input field above it and incorrectly shows the value.
Thank you in advance !
What is the expected behavior?
this input is working fine
What is happening instead?
but this one isn't
NB:
once i add the css cdn link, it fixes the problem, so the problem is caused by the import.
What error message are you getting?
The text was updated successfully, but these errors were encountered:
Fixed
by adding
.addStyleEntry(
'tagify-style',
'./node_modules/@yaireo/tagify/dist/tagify.css',
)
in webpack.config.js
Prerequisites
💥 Demo Page
https://jsbin.com/nirosul/1/edit?html,js,output
Explanation
I am experiencing inconsistent behavior when using Tagify in my Symfony application. I attempted to initialize Tagify on two different inputs across two separate pages. While one input works as expected, the other input displays an additional input field above it and incorrectly shows the value.
Thank you in advance !
this input is working fine
but this one isn't
NB:
once i add the css cdn link, it fixes the problem, so the problem is caused by the import.
The text was updated successfully, but these errors were encountered: