Support the ongoing development of Laravel.io →
Eloquent Forms Laravel.io
Last updated 2 years ago.
0

Hi juanpscotto

I tested your code and that come from the overlay. Your autocomplet is under your overlay. So to fix that just change the z-index

<style>
.ui-autocomplete{
z-index:10000;
}
</style>

Cheers.

Last updated 9 years ago.
0

Thank you very much!! that was the problem!

0

mfrancois said:

Hi juanpscotto

I tested your code and that come from the overlay. Your autocomplet is under your overlay. So to fix that just change the z-index

<style>
.ui-autocomplete{
z-index:10000;
}
</style>

Cheers.

Do you know how I can save that data in a variable? and with that variable populate a text input form??

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.