I have a text input labeled txtDays and a Date Picker labeled txtDueDate.
When user enters days in txtDays text input, I would like to add the number of days to today's date.
However, if txtDays is blank, I would like the txtDueDate to be blank.
Text Input: txtDays
Date Picker: txtDueDate
Thanks!