I want to add date-picker elements to slack dialog. It is clear that from documentation, we can only add input, text-area, and select elements.
Is there any hack to use date-picker in the slack dialog?
There is a latest update to the slack api,Block Kit in modals.
This is like dialog but with all block elements access and they also have many cool features for dynamic views.
Here This is snippet of data-picker block integrated into it.