Skip to Content
0
May 31, 2020 at 02:00 AM

How to disable the default validation in MultiComboBox

108 Views

Hello,

I want to remove the default validation for MultiComboBox control as part of some requirement.

I am binding the model only after a button click. Since there will be no data at the beginning, it throws a validation error. I want to override this behavior. In ComboBox it's working perfectly, the issue is only when I use MultiComboBox.

I am trying ComboBox behaviour with multiselect.

Regards,

Aravinth

Attachments