DHTMLX Combo Limiting the Number of Characters Typed

Hi,
1) I need to limit the number of characters typed in the DHTMLX Combo.(3 characters).
2)I need to display the typed characters in “RED” if it does not match the existing one in the list.

Please Help regarding This.Thanks in advance.

Hi

  1. If you use combo in the form, set the attribute ‘maxLength:3’. If you use simple combo, use the next: combo.DOMelem_input.maxLength = 3;
  2. about this point, please, put a sample

Hi,
Thanks for your timely help.
In filtering mode when the user types and there is no match found than the text should be displayed in red.I have attached the picture regarding this.
Thanking you

Attach an approach for you. See the sample
12.10.16.rar (278 KB)

can someone help regarding this?

anandrajakumaran
Did you see the message above?
I attached a sample with your approach.