Using the custom datepicker component like this :
utter_ql:
- custom:
blocks:
- type: section
text:
text: 'Can you tell me the start date and end date?'
type: mrkdwn
accessory:
type: datepicker
initial_date: '2019-05-21'
placeholder:
type: plain_text
text: Select a date
I get this error :
Have not made any change in the code from the doc. how do i make this work? Thanks in advance!