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

Author/Subject List Pasting #1211

Closed
dancockcroft opened this issue Jul 16, 2019 · 2 comments · Fixed by #1241
Closed

Author/Subject List Pasting #1211

dancockcroft opened this issue Jul 16, 2019 · 2 comments · Fixed by #1241
Assignees
Labels

Comments

@dancockcroft
Copy link

Is your feature request related to a problem? Please describe.
Manual deposits can take a long time to complete due to individual copy/pasting of each author and keyword.

Describe the solution you'd like
Please add the ability to paste delineated lists into the Authors/Creators and Subject/Keywords fields.

Describe alternatives you've considered
Delineation by commas, semicolons, or even line breaks could work.

@weiweishi
Copy link
Contributor

We will use a pipe "|" as a delimiter, as comma, or semicolons may appear in the entry.

@weiweishi weiweishi added the 5 label Jul 30, 2019
@pgwillia
Copy link
Member

// This one is for tagging/ability to create items on input
$('.js-selectize-create').selectize({
delimiter: '', // We don't want commas to seperate items (Authors names for example, `Doe, Jane B.` )
persist: false,
createOnBlur: true,
create: function(input) {
return {
value: input,
text: input
};
}
});
});

change to delimeter might be what is required

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

Successfully merging a pull request may close this issue.

4 participants