Creating drop down with Multi-Select in JMIX

Hi Team,

I am trying to create multi select drop-down which should have an option of smart search & after smart search the user should be able to select all the list of values in the drop-down. Please assist on how can we achieve this.

Thanks

Hi,

Take a look at the TagPicker component.

Regards,
Gleb

Hi,

We have already tried Tag Picker but it doesn’t meet the requirement. We wanted a search option to refine the result and once the result is refined we want select all functionality to select all the refined list. Tag Picker allows single selection which is not suitable for our use case. The user can’t keep selecting single value as the list would be large.

Please assist. thanks

Unfortunately, there is no Multi-select ComboBox component. But, pay attention that TagPicker support lookup action that opens a dialog window (in simple case, it’s a related entity browser screen) with the ability to select multiple items in a table. You can even create a custom screen that is opened by lookup action.

Regards,
Gleb

1 Like