How can we help?
= 2) {
fetch('https://www.demo.jalafiber.net.id/help/search?q=' + query, {
headers: { 'X-Requested-With': 'XMLHttpRequest' }
})
.then(res => res.json())
.then(data => {
results = data.results;
open = true;
});
} else {
open = false;
}
"
@click.outside="open = false"
placeholder="Search for answers..."
class="w-full h-16 pl-6 pr-16 border-4 border-black text-lg font-bold text-black placeholder-gray-500 focus:outline-none focus:bg-yellow-50 focus:shadow-[8px_8px_0px_0px_rgba(0,0,0,1)] transition-all">