We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b631276 commit 3a64c03Copy full SHA for 3a64c03
examples/src/ui/DatePicker/template.xml
@@ -1,9 +1,14 @@
1
<Page>
2
<GridLayout>
3
<ContentView verticalAlignment="center" horizontalAlignment="center">
4
+ <!-- using a fixed date to simplify screenshot diffs -->
5
+ <DatePicker day="28" month="8" year="2023" />
6
+ </ContentView>
7
+
8
+ <ContentView visibility="collapse">
9
<!-- #region example -->
10
<DatePicker />
11
<!-- #endregion example -->
12
</ContentView>
13
</GridLayout>
-</Page>
14
+</Page>
0 commit comments