Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

adjust the position of autocomplete container #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

holyzfy
Copy link

@holyzfy holyzfy commented Feb 23, 2014

No description provided.

@@ -258,12 +258,14 @@
//show the results container after aligning it with the field
if(results_container){
if(options.alignResultsContainer){
var zIndex = results_container.css("z-index");
zIndex = isNaN(zIndex) ? 1000 : zIndex;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this line is needed?

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

Successfully merging this pull request may close these issues.

2 participants