Clicking on the circled icon brings up the date picker for Chrome and Edge, but my computer illiterate test users don't know where to click and complain it doesn't work.
Is there a way to make the date picker show up when clicking anywhere on the input box?
I have tried the method outlined here, but it doesn't work. I am using the latest Chrome/Edge Browser and Bootstrap 4.6.
Here is the HTML for my input field:
<div class="form-group col-md-3 col-sm-12">
<label class="control-label" for="Date">Date:</label>
<input id="Date" type="date" class="form-control picker" name="Date" value="" />
</div>
Many thanks to Firefox for doing this by default.