cancel
Showing results for 
Search instead for 
Did you mean: 

Disable search option in Select Dialog

Former Member
0 Kudos

Hi,

Please let me know how to remove / disable search/filter option in select dialog .

below is my code to display the Select dialog .

var oSelectDialog = new sap.m.SelectDialog("selectdialog", {

  title: "Select Content",

  multiSelect: true,

//  showSearch : false

  });

oSelectDialog.open();

Thanks in advance

Regards,

Vamshi

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi vamshi,

Will this help? JS Bin - Collaborative JavaScript Debugging

Regards,

Sai Vellanki.

Answers (1)

Answers (1)

karthikarjun
Active Contributor
0 Kudos

Hi Vamshi,

If you don't want to use search/filter functionality in dialog,

you would have to use sap.m.Dialog

will this help?   JS Bin - Collaborative JavaScript Debugging

Thanks,

Karthik A