When using a MultiComboBoxItem that we have set a value map that also is setRequred(true) validators do not fire if the user has selected a value from the MultiComboBoxItem and then removed it (clicked the x). A getValues() call seems to be returning an empty String array. I tried implementing a CustomValidator on the MultiComboBoxItem to see if it ever fires and this does not fire as well. It seems to be bypassing all validation on form.validate() even though other FormItems on the form validate correctly.
version: v11.1p_2019-05-04/Enterprise Deployment (built 2019-05-04)
version: v11.1p_2019-05-04/Enterprise Deployment (built 2019-05-04)
Comment