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

Date/Datetime selector #13

Open
zoe-codez opened this issue Apr 28, 2024 · 0 comments
Open

Date/Datetime selector #13

zoe-codez opened this issue Apr 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zoe-codez
Copy link
Member

Context

these currently come across as unknown

"add_item": {
  "name": "Add to-do list item",
  "description": "Add a new to-do list item.",
  "fields": {
    "due_date": {
      "filter": {
        "supported_features": [
          16
        ]
      },
      "example": "2023-11-17",
      "selector": {
        "date": null
      },
      "name": "Due date",
      "description": "The date the to-do item is expected to be completed."
    },
    "due_datetime": {
      "filter": {
        "supported_features": [
          32
        ]
      },
      "example": "2023-11-17 13:30:00",
      "selector": {
        "datetime": null
      },
      "name": "Due date and time",
      "description": "The date and time the to-do item is expected to be completed."
    },
  }
},
@zoe-codez zoe-codez added the enhancement New feature or request label Apr 28, 2024
@zoe-codez zoe-codez changed the title Datetie selector Date/Datetime selector Apr 28, 2024
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

No branches or pull requests

1 participant