Skip to content
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

selected_date_time is missing in ViewStateValue interface #1718

Closed
4 of 10 tasks
adamfdl opened this issue Jan 19, 2023 · 1 comment
Closed
4 of 10 tasks

selected_date_time is missing in ViewStateValue interface #1718

adamfdl opened this issue Jan 19, 2023 · 1 comment
Labels
enhancement M-T: A feature request for new functionality TypeScript-specific
Milestone

Comments

@adamfdl
Copy link

adamfdl commented Jan 19, 2023

Description

Why is there no selected_date_time in ViewStateValue? Code reference: https://github.com/slackapi/bolt-js/blob/main/src/types/view/index.ts#L132. What is the best way to parse datetimepicker value for now?

I am currently on package version 3.12.2, but also checked on master or latest tag that it is not there also.

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • example code related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
@seratch seratch added this to the 3.12.3 milestone Jan 19, 2023
@seratch seratch added enhancement M-T: A feature request for new functionality TypeScript-specific labels Jan 19, 2023
@seratch
Copy link
Member

seratch commented Jan 19, 2023

Hi @adamfdl, thanks a lot for taking the time to flag this. You're right that selected_date_time should be added to the interface. We'll add it in the next release.

@seratch seratch changed the title Why is there no selected_date_time in ViewStateValue? selected_date_time is missing in ViewStateValue interface Jan 19, 2023
seratch added a commit to seratch/bolt-js that referenced this issue Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality TypeScript-specific
Projects
None yet
Development

No branches or pull requests

2 participants