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.
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??
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community