JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Date & Time Pickers › smart-date-time-picker and Angular reactive form setvalue › Reply To: smart-date-time-picker and Angular reactive form setvalue
February 10, 2021 at 5:40 pm
#101473
davout
Member
I am setting the react form value to null but the datepicker is showing today’s date
<smart-date-time-picker id="scheduledStart" autoclose="true" calendar-button down-position="bottom" dropDownDisplayMode="calendar" formatString="dd-MMM-yyyy" placeholder="From" [autoClose]="true" formControlName="scheduledFrom" style="width: 150px"> </smart-date-time-picker>