-
Notifications
You must be signed in to change notification settings - Fork 337
example: slack modal form #828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## release/1.5 #828 +/- ##
===============================================
+ Coverage 83.23% 83.95% +0.72%
===============================================
Files 108 120 +12
Lines 5647 6194 +547
Branches 1367 1536 +169
===============================================
+ Hits 4700 5200 +500
- Misses 924 990 +66
+ Partials 23 4 -19
Continue to review full report at Codecov.
|
examples/slack-modal-form/index.js
Outdated
element: { | ||
actionId: 'element', | ||
type: 'datepicker', | ||
initial_date: '2020-07-01', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initialDate
examples/slack-modal-form/index.js
Outdated
text: 'Cancel', | ||
emoji: true, | ||
}, | ||
notify_on_close: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notifyOnClose
examples/slack-modal-form/index.js
Outdated
element: { | ||
actionId: 'element', | ||
type: 'plain_text_input', | ||
initial_value: '10:00', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initialValue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keys should be camel case.
add a example for slack modal form