Selection data missing on 3rd, 4th and 5th elements of search results. #321
Unanswered
arvindhunireo
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello @arvindhunireo, I've tried replicating your issue but kept getting the normally expected results. Could you please share your |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is my config:
Problem is that. 1st and 2nd elements gives "Index, match and value" from "selection" event. But 3rd, 4th and 5th only receives "Index" and thus "match and value" are missing. Is this an expected behavior ? I believe am just confused |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a 3rd, 4th or 5th item selected on result list, it only emits index. But first two elements emits all the related values of selection. How to make all the 5 items to emit all of their values ? For example,
When i console log
This is the result for first two items
And now this is the result of 3rd, 4th and 5th items:
When checking documentation, i couldn't find any thing related to it. Please guide, what if users directly selects 5th item instead of 1st. ?
Beta Was this translation helpful? Give feedback.
All reactions