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

make blacklist work with full names if that is the valuetype selected #40

Open
scottwleonard opened this issue May 29, 2018 · 1 comment

Comments

@scottwleonard
Copy link

I am using the selector to populate a list of countries. the user should be able to pick each country once and only once. I was going to use the blacklist to facilitate this, but ran into a problem;

right now, if I want to use full names in my data store, but want to blacklist selected values I need to somehow retrieve the short name based on the full name from the raw data.

It seems logical that if I am using the full names, the blacklist should operate from the full name as well.

@benkeen
Copy link
Member

benkeen commented Sep 11, 2018

Agreed, this is very reasonable. Hmph, how to do it without introducing a breaking change...

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

No branches or pull requests

2 participants