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

Issue with typeahead input when used with Bootstrap #128

Closed
ghost opened this issue Dec 16, 2015 · 2 comments
Closed

Issue with typeahead input when used with Bootstrap #128

ghost opened this issue Dec 16, 2015 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Dec 16, 2015

Hi,

I am having an issue using typeahead with Bootstrap. The 'x' is not appearing on the 'input' to allow the current search text to be deleted. I copied the source from the website demo and it works fine, but if I include the Bootstrap CSS and JS files, the problem occurs.

@running-coder
Copy link
Owner

Bootstrap overrides some of the default browser behaviors... find this line and remove it

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@ghost
Copy link
Author

ghost commented Dec 17, 2015

That fixed the problem. Thanks for the quick response.

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

No branches or pull requests

1 participant