cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Wish List

We want to hear your ideas for improving JMP software.

  1. Search: Please search for an existing idea first before submitting a new idea.
  2. Submit: Post your new idea using the Suggest an Idea button. Please submit one actionable idea per post rather than a single post with multiple ideas.
  3. Kudo & Comment Kudo ideas you like, and comment to add to an idea.
  4. Subscribe: Follow the status of ideas you like. Refer to status definitions to understand where an idea is in its lifecycle. (You are automatically subscribed to ideas you've submitted or commented on.)

We consider several factors when looking for what ideas to add to JMP. This includes what will have the greatest benefit to our customers based on scope, needs and current resources. Product ideas help us decide what features to work on next. Additionally, we often look to ideas for inspiration on how to add value to developments already in our pipeline or enhancements to new or existing features.

Choose Language Hide Translation Bar
0 Kudos

Searching elements in a listbox (JSL)

What inspired this wish list request? 

When we have a listbox into a UI in jsl we cannot search elements easily into it (it's only possible with filter col selector whch is adapted to data table columns only) . A code has been proposed to do that in the community but it's difficult to make a generic solution. For a window containing several listboxes, it doesn't work properly.

 

carole_0-1698156091572.png

 

 

What is the improvement you would like to see? 

An argument << Show Filter into the listbox() object should be great.

 

 

Why is this idea important? 

Many users have the same problem, hard to select the good element when there are lots of elements.

 

 

1 Comment
hogi
Level XI

A Combo Box with setting editable might be what you want:

New window("test", Combo Box( {"Germany", "France","Italy"}, editable))