-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When multiple classes are assigned to the classNames.input, an error occurs #738
Comments
why are you adding classes to the You can add the classes afterwards:
Currently you cannot add multiple class names to the input field in the way you are trying to, since I never imagined someone will change the input's class, and if so, override it with multiple class names.. it's not easy to solve this now that the code is mature |
cause that's how use use Tailwind. No CSS. 🤷 |
how would that work with |
Why can't you just write CSS? Anyway, you should not override Tagify's default class names, but simply write your own CSS which overrides the default Tagify's CSS file You cannot add multiple class names currently, it is not designed to support that, and it is also not a limiting factor since you can write CSS but actively choose not to. It's considerable work for me to make adjustments and it's not worth it for me, sorry (I work alone on Tagify, for free) |
Prerequisites
💥 Demo Page
https://jsbin.com/kakagisovu/edit?html,js,output
Explanation
No error
Error
The text was updated successfully, but these errors were encountered: