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

Entered date is not displayed back when editing #2239

Open
justjam2013 opened this issue Nov 11, 2024 · 0 comments
Open

Entered date is not displayed back when editing #2239

justjam2013 opened this issue Nov 11, 2024 · 0 comments
Labels

Comments

@justjam2013
Copy link

justjam2013 commented Nov 11, 2024

Describe The Bug

Created form with input field with format as date-time

            "startDateTime": {
              "title": "Start Date",
              "description": "Start date",
              "type": "string",
              "format": "date-time"
            },

Selected date from the popup widget:

Screenshot 2024-11-11 at 7 23 35 PM

The date was correctly saved in the Homebridge UI config:

            "startDateTime": "2024-11-11T19:23:00Z",

Then went back to the plugin config to edit the date, but the value is not displayed. Saving the form, does not delete the previously entered value, so this looks to be only a display issue.

Screenshot 2024-11-11 at 7 55 23 PM

Logs

No response

Config

No response

Homebridge UI Version

v4.62.1-beta.20

Homebridge Version

v1.8.5

Node.js Version

v22.9.0

Operating System

macOS

Environment Info

Using hb-service

Raspberry Pi Model

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant