I’m undergoing strange behaviours using a ListSelect in my project… To explain myself, I’ll describe what happens and what’s my guess.
I’ve got two ListSelect in a page, containing different datasources. The first one works correctly, but the second one doesn’t. When you open the second ListSelect, the options appear. By default, the first option is selected (preselected). When I click on another option, I can realise that the ListSelect gets closed, the desired option is chosen BUT, just afterwards, the first option is selected AUTOMATICALLY without clicking on something.
What is this behaviour due to?
Thanks in advance.
PS: I can provide source code if needed for deeper insight.