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

[4.x] Support paste events in Taggable Fieldtype #8903

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

duncanmcclean
Copy link
Member

This pull request adds support for paste events in the Taggable Fieldtype so you can simply paste a string like one, two, three into the input and it'll split it up into separate tags.

I've removed the v-if="config.multiple" check since that setting doesn't exist on this fieldtype and I needed to hook into the <input> for the paste event.

Closes #1649.

@duncanmcclean duncanmcclean changed the title Support paste events in Taggable Fieldtype [4.x] Support paste events in Taggable Fieldtype Nov 1, 2023
@jasonvarga jasonvarga merged commit b6f37d3 into 4.x Nov 1, 2023
34 of 35 checks passed
@jasonvarga jasonvarga deleted the support-paste-events-in-taggable-fieldtype branch November 1, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for paste events on Tag fieldtype
2 participants