From d54d8eee2ec61e1e893aa7f574057088cdb1c716 Mon Sep 17 00:00:00 2001 From: Paul Cody Johnston Date: Fri, 25 Mar 2022 00:25:54 -0600 Subject: [PATCH] Update jquery_typeahead.md Add example css snippet. --- doc/jquery_typeahead.md | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) 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 + +``` + +