wpalahnuk/ngAutocomplete

position issue when used on dialog

Opened this issue · 5 comments

Drawer location for selecting the place is misplaced (it's coming on background screen rather on dialog) when used this directive on dialog.

image

could you share your html code for this particular area?

{{outlet.name || 'Add Outlet'}}

Name
City
Email
Mobile#
Landline#
Location
Save Cancel

On Sat, May 9, 2015 at 2:23 AM, morsmodr notifications@github.com wrote:

could you share your html code for this particular area?


Reply to this email directly or view it on GitHub
#63 (comment)
.

Many thanks
Piyush Beli

sorry, I meant share it in form of jsfiddle or plunkr code

Please find it here.
http://plnkr.co/edit/JKRiqen0vApfSQkFQikK?p=preview

On Sat, May 9, 2015 at 12:04 PM, morsmodr notifications@github.com wrote:

sorry, I meant share it in form of jsfiddle or plunkr code


Reply to this email directly or view it on GitHub
#63 (comment)
.

Many thanks
Piyush Beli

In your CSS you can do

.pac-container {
z-index: 9999;
}

I've tried it in IE9 and Chrome