You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On var errors = editor.validate();, errors correctly contains the error as per the custom validation above, however, just for the Select element, has-error class and <p class="help-block errormsg"> are missing from DOM. For custom validators on other type=string fields, everything working fine.
Is there any way to implement this?
The text was updated successfully, but these errors were encountered:
Property is defined as:
Custom validation added using:
On
var errors = editor.validate();
,errors
correctly contains the error as per the custom validation above, however, just for the Select element,has-error
class and<p class="help-block errormsg">
are missing from DOM. For custom validators on othertype=string
fields, everything working fine.Is there any way to implement this?
The text was updated successfully, but these errors were encountered: