Skip to content

the same title and value, different key #189

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

Closed
BartekMilew opened this issue Aug 20, 2019 · 3 comments
Closed

the same title and value, different key #189

BartekMilew opened this issue Aug 20, 2019 · 3 comments

Comments

@BartekMilew
Copy link

Hello,
i have a problem. I have json, around 600 values.

[{
"children:[
"key":2,
"title":"TEST",
"value"::TEST"
]
"key":1,
"title":"TEST",
"value"::TEST"
etc....

This json has a different keys but some of values and titles, are the same. When i select one in multiple select with checked, i get this one plus some more extra beacuse it has the same titles.

is it possible to change this. select only by the key but in selected input has a title of this value?

@dexterdeng
Copy link

Hello, @zombieJ I need this too.

@zombieJ
Copy link
Member

zombieJ commented Apr 3, 2020

Noop. value of TreeNode should be unique. You can not tell apart which treeNode with same value is checked by control mode.

@zombieJ zombieJ closed this as completed Apr 3, 2020
@laszlo-zaptic
Copy link

i need this too, to have same value in different parts of the hierarchy

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

No branches or pull requests

4 participants