Listbox Question Related #1762
Unanswered
adrianhm13
asked this question in
Help
Replies: 1 comment
-
It looks like I did something wrong in the procedure, I've remade the component again and seems to work now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys!
I'm trying to implement a component with ListBox, it's a multiple selection with recursive options to show child / grandchild options from their respective parent. Everything works fine (when I click the options it's being added to the selected list and so on) but the problem appears while doing click, randomly it jumps the focus to another option and I'm not sure if it's related to some aria in the Listbox.Option component or something like that.
I've attached a video for better illustration
Grabacion.de.pantalla.2022-08-12.a.las.11.18.44.mov
Someone has some idea of whats happening here?, I've added uniques ID's to each Listbox.Option but it doesn't seem to work
Beta Was this translation helpful? Give feedback.
All reactions