diff --git a/doc/jquery_typeahead.md b/doc/jquery_typeahead.md index 8ecd753f87..85c2e68c4a 100644 --- a/doc/jquery_typeahead.md +++ b/doc/jquery_typeahead.md @@ -291,3 +291,58 @@ $('.typeahead').typeahead({ } }); ``` + +### Styling + +You can use whatever css styling with the library. Here's an [example snippet](https://stackoverflow.com/questions/60891269/typeahead-js-cant-find-the-styling-to-modify-it-or-can-i-override-an-html-eleme): + +```css + +``` + +