Closed songchiang92 closed 1 month ago
OS - Windows Browser - FireFox Version 128.0 (64-bit)
<CDatePicker date={formData.requestedAppointmentDateTime} value={formData.requestedAppointmentDateTime} name="requestedAppointmentDateTime" id='requestedAppointmentDateTime' inputDateParse={(date) => parse(date, 'MMMM dd, yyyy', new Date())} inputDateFormat={(date) => format(new Date(date), 'yyyy-MM-dd')} />
For CDatePicker, I am unable to obtain value by using var requestedAppointmentDateTime = document.getElementById("requestedAppointmentDateTime").value
and when i inspect the element, the id wasnt even loaded
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
OS - Windows Browser - FireFox Version 128.0 (64-bit)
<CDatePicker date={formData.requestedAppointmentDateTime} value={formData.requestedAppointmentDateTime} name="requestedAppointmentDateTime" id='requestedAppointmentDateTime' inputDateParse={(date) => parse(date, 'MMMM dd, yyyy', new Date())} inputDateFormat={(date) => format(new Date(date), 'yyyy-MM-dd')} />
For CDatePicker, I am unable to obtain value by using var requestedAppointmentDateTime = document.getElementById("requestedAppointmentDateTime").value
and when i inspect the element, the id wasnt even loaded