HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
115 stars 53 forks source link

Optional view input values for ViewDatePickerIF and ViewPlainTextInputIF #196

Closed lightbody closed 4 years ago

lightbody commented 4 years ago

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.