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

Support multi-select fields for the region selection #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wheeyls
Copy link

@wheeyls wheeyls commented Apr 16, 2018

No description provided.

@wheeyls wheeyls force-pushed the multi-select-regions branch from 871065d to f0c6298 Compare April 16, 2018 18:46
if (currVal === val) {
field.selectedIndex = (_showEmptyRegionOption) ? i + 1 : i;
console.log(currVal, val);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The debugging code can get removed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Removed.

@benkeen
Copy link
Member

benkeen commented May 30, 2018

Interesting feature! Yeah I can see this being useful.

@wheeyls wheeyls force-pushed the multi-select-regions branch from f0c6298 to c485c2f Compare August 23, 2018 23:41
@wheeyls wheeyls force-pushed the multi-select-regions branch from c485c2f to 7c7b9be Compare August 23, 2018 23:42
@wheeyls
Copy link
Author

wheeyls commented Aug 23, 2018

Sorry for the long delay. I've been using my branch live in a project and just realized you'd commented on this change recently.

Updated my PR with correct tabbing, and resolved conflicts w/ master. My only concern is that I didn't test the jquery version, only the vanilla JS one.

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.

2 participants