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

react-multi-level-selector selects the wrong input in some cases. #4

Open
aishwaryashukla opened this issue Aug 2, 2020 · 1 comment

Comments

@aishwaryashukla
Copy link

Hi,

I was using react-multi-level-selector and in some cases I found its selecting the wrong input.

how to reproduce the case:

use below options and choose FRM->ALL->2 and it will select PTE->ALL->2.
const options1 = [
{
"value": "PTE",
"label": "PTE",
"options": [
{
"value": "ALL",
"label": "ALL",
"options": [
{
"value": "2",
"label": "2"
},
{
"value": "3",
"label": "3"
}
]
}
]
},
{
"value": "FRM",
"label": "FRM",
"options": [
{
"value": "ALL",
"label": "ALL",
"options": [
{
"value": "2",
"label": "2"
},
{
"value": "3",
"label": "3"
}
]
},
{
"value": "Probability",
"label": "Probability",
"options": [
{
"value": "2",
"label": "2"
},
{
"value": "3",
"label": "3"
}
]
}
]
}
]

@AjayShivanagol
Copy link

any updates ?

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

2 participants