I have input from keyboard disabled for a date picker.
<input _ngcontent-c6="" class="form-control ng-untouched ng-pristine
ng-invalid" formcontrolname="attractionDate" id="eventdate"
*onkeydown="return false"** placeholder="Enter Your Event"
type="date" ng-reflect-name="attractionDate" min="2018-03-20">
I have tried sending keys using:
productRegistration.attractionDate.sendKeys('07/07/2018');
It is not sending any key nor is generating any error. I have tried all solutions, but none of them click on the UI of the date. Please help!