Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selection toolbar doesn't hide after multiple selections

Hello,

In my custom extensions sometimes I've got a need to select values from different dimensions on user action. So what I do is I call for instance:

self.selectValues(0, [...], true);

self.selectValues(1, [...], true);

Values seems to get selected properly, but after I confirm the selection (I don't use that instant-selection mode) the toolbar doesn't hide and regardless of what I do it stays visible. It seems like a bug to me.

Is there any known workaround?

Kind regards,
Adrian

0 Replies