Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE10 extra cross mark is added in text area on typing more than 6 characters. #139

Open
manpreetsingh89 opened this issue Sep 12, 2013 · 1 comment

Comments

@manpreetsingh89
Copy link

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.
ie_cross_mark

@kyleneideck
Copy link

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants