JaleelB / emblor

A fully-featured tag input component built with shadcn/ui
https://emblor.jaleelbennett.com
MIT License
674 stars 31 forks source link

tagClassname, closeClassname #39

Closed virtueer closed 3 months ago

virtueer commented 4 months ago

I tried to style tags with customTagRenderer but got errors when i tried to interact with react-hook-form using setValue as in documentation so i added tagClassname with closeClassname to props.

vercel[bot] commented 4 months ago

@virtueer is attempting to deploy a commit to the jaleelb's projects Team on Vercel.

A member of the Team first needs to authorize it.

JaleelB commented 4 months ago

@virtueer Thank you for your contribution! I appreciate your effort in trying to improve the project.

To better understand the issue you encountered with customTagRenderer and react-hook-form, could you please create an issue detailing the problem? It would be very helpful if you could include:

This will help me replicate the issue on my end and understand the context of your PR better.

JaleelB commented 3 months ago

This issue has been resolved with the implementation in PR #59. The changes discussed have been incorporated