DHTMLXCOMBO blur event not firing










    For demo purpose only :: &1

    

    

    

    

    



    









    

    

Filtering and Autocomplete



Filtering and Autocomplete are enabled for combo


Try to print in the input field - the option box will present a list of suggestions. Autocomplete will complete the input based upon the characters entered.





From select box





    

                    a01

                    a01

                    a02

                    a10

                    a11

                    a12

                    b00

                    b01

                    b02

                    b10

                    b11

                    b12

                    a22

                    a31

                    a04

                














    







Native onblur event not moved to the created combo, you can attach it directly as

z.attachEvent(“onBlur”,function(){
alert(“blur”);
});