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?
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?
I doubt you will find a viable hack since your Slack app needs to run on all platforms supported by Slack clients incl. Windows, MAC, Android and iOS.
Instead, I would suggest to design your interaction with blocks. There you have a datepicker element
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.