Skip to content

Duplicate value in Item #122

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
81093507689 opened this issue Sep 13, 2024 · 1 comment
Closed

Duplicate value in Item #122

81093507689 opened this issue Sep 13, 2024 · 1 comment

Comments

@81093507689
Copy link

in textfield i have 3 items
["A","B","A"]
at that time when i select third option its going automatic first option

@hackiftekhar
Copy link
Owner

That's correct. You should set unique items in the list, otherwise you may have to modify it a little bit something like below by adding an space etc
["A", "B", "A "]

and tackle the selection by it's index

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