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

Form: Support for date / datetime / time fields #315

Closed
czosel opened this issue Mar 7, 2019 · 1 comment · Fixed by #333
Closed

Form: Support for date / datetime / time fields #315

czosel opened this issue Mar 7, 2019 · 1 comment · Fixed by #333
Labels
enhancement New feature or request

Comments

@czosel
Copy link
Contributor

czosel commented Mar 7, 2019

Datepickers / Datetimepickers are a component of web forms. A proper representation in the backend would probably mean introducing at least one new question type.

For reference: graphql-iso-date offers three custom scalars:

  • Date: A date string, such as 2007-12-03.
  • Time: A time string at UTC, such as 10:15:30Z
  • DateTime: A date-time string at UTC, such as 2007-12-03T10:15:30Z.
@czosel
Copy link
Contributor Author

czosel commented Mar 11, 2019

As discussed: Let's implement Date now, and keep the other two on our backlog.

@czosel czosel added enhancement New feature or request and removed needs discussion labels Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant