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

Bugfix: Date Picker with only "date" or "time" does not display correctly #2115

Merged
merged 3 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. fix: takes care of a case where the server and/or input element could…

    … send various datetime strings regardless of the configuration of the property editor, for example the "time" configuration could still be complete datetime string
    iOvergaard committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cc55c74 View commit details
    Browse the repository at this point in the history
  2. test: adds tests for all the various input and output cases to ensure…

    … the format is 100% matching
    iOvergaard committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a3ed1a6 View commit details
    Browse the repository at this point in the history
  3. fix: add _inputValue to differ between the input and output values,…

    … because the server always expects datetimes whereas the client expects differentiated strings
    iOvergaard committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3b124f5 View commit details
    Browse the repository at this point in the history