-
Notifications
You must be signed in to change notification settings - Fork 438
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 does onChange
prop get called in React Tagify?
#481
Comments
Looking into it |
I see there is a big problem with recent React changes: |
Thank you for the fast response. Do you think there is a possible solution that maybe I can help with? I can look into it on Monday. @yairEO |
Hi @yairEO, I noticed that after this update, callbacks are not returning Output: I'd be nice to keep it |
Hi @yairEO , I am facing issue with values in onChange callback. I am using Actual value: As you can see value contain next line characters and spaces. If i replace |
Prerequisites
Demo Page
https://codesandbox.io/s/tagify-react-wrapper-4gkio?file=/src/CrazyTags.js:2696-2704
onChange
never gets called. I think the question also is what's the best practice for usingTagify
in reactExplanation
The expected behavior is when data change in the
Tags
component. onChange gets called so i can create a controlled input based from React's stateonChange never seemed to get called
None
The text was updated successfully, but these errors were encountered: