-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
I did:
- Search for if my issue has already been submitted
- Make sure I'm reporting something precise that needs to be fixed
- Give my issue a descriptive and concise title
- Create a minimal working example on JsFiddle or Codepen
(or gave a link to a demo on the Selectize docs) - Indicate precise steps to reproduce in numbers and the result,
like below
I've been trying to work out how to get this working all day, so this is my final port of call. Hope you don't mind.
We're using Selectize for user-inputted tags in our app. I'd like to be able to select the resulting tags, copy them (with a right-click > copy, or ctrl+v), and paste them into another selectized field to populate it with the copied tags.
Steps to reproduce:
- Create Selectized tag box and input some tags
- Select tags in box and copy
- Paste tags into another Selectized tag box
Expected result:
Second tag box is populated with copied tags.
Actual result:
Nothing.
If this has been solved in some way, or is not a desired feature, let me know!
Thanks
JakeAlmer, johnyoonh, jvanmalder, ivokund and Sebbb