This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Need Search box after matching

#22271
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Unfortunately google-like drop-down suggestions are not possible.

The suggestion colors follow the input colors, but if you want to change that, you can use this custom CSS as per your needs:

input.autocomplete {
    color: red !important;
    opacity: 1 !important;
}

Just change the color as you need it.