Skip to content

Commit

Permalink
fix: Use consistent date for ui_render_all Date Picker (#767)
Browse files Browse the repository at this point in the history
fixes #369
Date Picker placeholder rendered AM / PM depending on the time test was
running. This fixes it by using a consistent date.
  • Loading branch information
dgodinez-dh authored Aug 22, 2024
1 parent ddf6597 commit 4d23bb8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app.d/ui_render_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def ui_components():
# TODO: #201 ui.combo_box("Combo Box"),
ui.content("Content"),
ui.contextual_help("Contextual Help"),
ui.date_picker(label="Date Picker"),
ui.date_picker(label="Date Picker", value="2021-01-01"),
ui.flex("Flex default child A", "Flex default child B"),
ui.flex("Flex column child A", "Flex column child B", direction="column"),
ui.form("Form"),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d23bb8

Please sign in to comment.