Problem: Black bar appears when using the “dropdown” button on a HTML input data-list
Code:
<div className="MobileDropdownInput">
<input className="input" list="browsers" placeholder="Channel" />
<datalist id="browsers">
<option value="Internet Explorer"></option>
<option value="Firefox"></option>
<option value="Google Chrome"></option>
<option value="Opera"></option>
<option value="Safari"></option>
</datalist>
</div>
Is there a workaround to avoid this, or change the “black” to a different colour for a better experience.
1 post - 1 participant