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

Duplication Check #136

Closed
omermecitoglu opened this issue Dec 20, 2017 · 1 comment
Closed

Duplication Check #136

omermecitoglu opened this issue Dec 20, 2017 · 1 comment
Labels

Comments

@omermecitoglu
Copy link

Hi I have a problem about "allowDuplicateValues"

isDup function checks item's textProperty instead of valueProperty, so i can't select both Michaels from a dataset like this:

[
	{ 'id': 1, 'name': "Michael" },
	{ 'id': 2, 'name': "Michael" },
	{ 'id': 3, 'name': "James" },
	...
]

my options:

'multiple': true,
'textProperty': "{name}",
'visibleProperties': ["name"],
'searchIn': ["name"],
'valueProperty': "id",
'searchContain': true,
'searchByWord': true,
'minLength': 0,
'removeOnBackspace': false,
'selectionRequired': true
@sergiodlopes
Copy link
Owner

Hi,

I'll check it out and fix if needed.

Thanks!
Cheers!

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

No branches or pull requests

2 participants