Skip to content
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

Way to paste partial text to finish a tag? #668

Closed
mtclmn opened this issue Sep 30, 2020 · 3 comments
Closed

Way to paste partial text to finish a tag? #668

mtclmn opened this issue Sep 30, 2020 · 3 comments
Labels

Comments

@mtclmn
Copy link

mtclmn commented Sep 30, 2020

I have a use case where we are using Tagify to paste in a string of numbers as part of a tag.

For example, I type in "ABC", then paste the string "123456789".
I guess I would expect this pasted string to be appended to the "ABC" as part of the same tag until I enter the delimiter character (a comma in my case), and the final tag would be "ABC123456789".
However, I see it is creating "123456789" as its own tag on paste, followed by "ABC" as text.

Is there an option for pasting partial tag text to be enabled? Or is there a native way to allow this functionality?

Screen Recording 2020-09-30 at 05 17 14 PM

Thanks @yairEO for the great work on this

@yairEO yairEO added the Bug label Oct 1, 2020
@yairEO
Copy link
Owner

yairEO commented Oct 1, 2020

Thanks for letting me know about this scenario, I will fix it

@yairEO yairEO closed this as completed in ad65140 Oct 4, 2020
@mtclmn
Copy link
Author

mtclmn commented Oct 5, 2020

Awesome, working great. thank you @yairEO !

@mtclmn
Copy link
Author

mtclmn commented Sep 3, 2021

Hi @yairEO
The fix for this seems to have reverted (appears to have broken v4.0). I can no longer mix typed and pasted content. Not sure if this was intentional, but I reverted my project to v3.25.0 and it works for now, but just wanted to report here.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants