Replies: 1 comment 1 reply
-
This could be done using CSS styles like this .tt-list {
border-color: #ccc !important;
// dropdown shadow example https: //codepen.io/connexo/pen/gmWjNJ
box-shadow: 0 5px 13px #999;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
display backdrop may improve user UX
this options is already available into jQuery Typeahead http://www.runningcoder.org/jquerytypeahead/documentation/
example
with backdrop enabled
without backdrop
Beta Was this translation helpful? Give feedback.
All reactions