I will assign the datalist to the text box, it is working but I want to remove the right side arrow mark.
<input type="text" list="categoryList" name="category">
<datalist id="categoryList">
<option value="entertainment">
<option value="education">
<option value="photography">
<option value="sports">
</datalist>