Open manpreetsingh89 opened 11 years ago
On typing more than 6 characters, extra cross mark is being added in text area to type search text. It is not happening in any other browser except IE. FYI : Not able to see cross mark in the F12 (developer tool) as part of HTML.
Looks like this is the -ms-clear pseudo-element. If you want to disable it, this works for me with FCBKcomplete 2.7.5 in IE 11:
ul.holder li.bit-input input::-ms-clear { display: none; }
On typing more than 6 characters, extra cross mark is being added in text area to type search text. It is not happening in any other browser except IE. FYI : Not able to see cross mark in the F12 (developer tool) as part of HTML.