Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
BenjaminGroff
Contributor III
Contributor III

Listbox Visualization Search bar not showing in mashup

Hi all,

Our team recently upgraded from Qlik sense Feb '23 to May '25 and with that upgrade we noticed that we are no longer seeing the Listbox visualization's search bar in our mashup (as seen below).

BenjaminGroff_0-1759500099794.png

Nothing has changed on our end other than upgrading our system and I don't see anything in the patch notes regarding the listbox other than theme styling. Am I missing something here? Any help would be greatly appreciated!

Implementation screenshots are below:

BenjaminGroff_1-1759500512736.png

BenjaminGroff_2-1759500579077.png

BenjaminGroff_3-1759500698108.png

 

 

 

 

Labels (3)
1 Solution

Accepted Solutions
BenjaminGroff
Contributor III
Contributor III
Author

I was able to find the solution, for the search bar to be included in the visualization you MUST include the "title" property with a value. If you prefer to not have a title, I was able to keep it hidden by adding a space for the value. (title: " ").

I'm not sure if it is a bug but his is some odd behavior in my opinion, I think the visibility of the search bar / listbox functions should not be tied to the whether or not the visualization has a title. I also feel like that should be noted in the documentation if that is the intended functionality.

View solution in original post

3 Replies
robert_mika
Master III
Master III

The filter has changed since then

I believe it was November 2024 so it is possible that some changes needs to be done in the mashup

BenjaminGroff
Contributor III
Contributor III
Author

Any ideas on what may have changed in the UI? Are there any new limitations that may be affecting my viz? Any workarounds you could suggest?

According to the documentation, this should still be the correct way to implement the listbox vis using the app api. I don't see anything regarding new attributes to show / hide the search bar or ui limitations that would effect it showing.

BenjaminGroff
Contributor III
Contributor III
Author

I was able to find the solution, for the search bar to be included in the visualization you MUST include the "title" property with a value. If you prefer to not have a title, I was able to keep it hidden by adding a space for the value. (title: " ").

I'm not sure if it is a bug but his is some odd behavior in my opinion, I think the visibility of the search bar / listbox functions should not be tied to the whether or not the visualization has a title. I also feel like that should be noted in the documentation if that is the intended functionality.