I am using a simple date input field
<input type="date" id="sign-up-dob" class="sign-inputs" max="2999-12-31"></input>
Here is what it looks like:
https://i.sstatic.net/fdM0r.png
Is there a way to remove the arrows and calendar icon on the right side of the input field so that users can only manually enter the date? I would appreciate any help, thank you.