I want to create an input field where the user can input the date. But I want to enter it only using keyboard. Can I prevent the default date picker from opening, which opens when I tap or click on the input field?
<input type="date" id="pickerFromDate" placeholder="dd-mm-yyyy" name="pickerFromDate" min="1900-01-01" max="2100-01-01">