Apologies in advance for the duplicate commits -- I screwed up my branch, but I think this will all merge fine once you get the other PR merged to master.
This change is just two small tweaks: I found that ViewDatePickerIF andViewPlainTextInputIF could have null values in the real world. Per our previous discussion, I made these Optional since I figure the breaking change would be much smaller since it was two leaf node interfaces.
Apologies in advance for the duplicate commits -- I screwed up my branch, but I think this will all merge fine once you get the other PR merged to master.
This change is just two small tweaks: I found that
ViewDatePickerIF
andViewPlainTextInputIF
could have null values in the real world. Per our previous discussion, I made theseOptional
since I figure the breaking change would be much smaller since it was two leaf node interfaces.