XPages – Client verification for disabling DOJO combo box

I’m trying to disable the client side validation of the Dojo combo box. I added a dojo attribute “required” and set it to false but it still doesn’t work. I do want to enable the server side Verification, this is why I set required=”true”. Can anyone see what changes need to be made to the following code?












Try to use a method that always returns true to override the client side validation formula of the combo box:

 id="djComboBox1"
required="true"
validatorExt="return true;">
< br />




I am trying to disable the client verification of the Dojo combo box. I have added a dojo attribute “Required” and set it to false but this still doesn’t work. I do want to enable server-side authentication, which is why I set required=”true”. Can anyone see what changes need to be made to the following code?












< /p>

Try to use a method that always returns true to override the client-side validation formula of the combo box:

 id=" djComboBox1"
required="true"
validatorExt="return true;">






Leave a Comment

Your email address will not be published.