I got an issue with this form dropdown showing in the last input field. Solve the Css

20 Views Asked by At

enter image description here

I want to give this input dropdown to background from CSS. I have an issue to giving the CSS in the background-color of dropdown.

<div class="col-xl-3 col-md-3 col-sm-12 col-12 search-col locationicon"><input type="text" id="locSearch" name="location" class="form-control locinput input-rel searchtag-input" placeholder="Where ?" value="" data-bs-placement="top" data-bs-toggle="tooltipHover" title="" autocomplete="off" data-bs-original-title="Enter a city name OR a state name with the prefix &quot;area:&quot; like: area:State Name" aria-label="Enter a city name OR a state name with the prefix &quot;area:&quot; like: area:State Name" data-gtm-form-interact-field-id="0"></div>
0

There are 0 best solutions below