From 35c1d840da746002e95a212a21892a839101cb62 Mon Sep 17 00:00:00 2001 From: nadnoslen Date: Mon, 18 Apr 2022 16:17:17 -0600 Subject: [PATCH] :rotating_light: Button Type Missing --- tests/dummy/app/templates/index.hbs | 160 ++++++++++++++++++++++++---- 1 file changed, 139 insertions(+), 21 deletions(-) diff --git a/tests/dummy/app/templates/index.hbs b/tests/dummy/app/templates/index.hbs index 327a63d..cf591fa 100644 --- a/tests/dummy/app/templates/index.hbs +++ b/tests/dummy/app/templates/index.hbs @@ -28,7 +28,15 @@
- + {{demoDateISOString}}

@@ -43,7 +51,15 @@

- + {{ambiguousFutureISOString}}

@@ -62,7 +78,12 @@ Initializing With A Date

- +

This example is binding the parsed date from the textbox to a controller property named @@ -85,7 +106,15 @@

- + {{dateWithTimezoneISOString}}

@@ -117,7 +146,13 @@

- + Time (LT)

@@ -139,7 +174,13 @@

- + Time with seconds (LTS)
@@ -154,7 +195,13 @@
- + Month numeral, day of month, year (L)
@@ -169,7 +216,13 @@
- + Month numeral, day of month, year (l)
@@ -184,7 +237,13 @@
- + Month name, day of month, year (LL)
@@ -199,7 +258,13 @@
- + Month name, day of month, year (ll)
@@ -214,7 +279,13 @@
- + Month name, day of month, year, time (LLL)
@@ -229,7 +300,13 @@
- + Month name, day of month, year, time (lll)
@@ -244,7 +321,13 @@
- + Month name, day of month, day of week, year, time (LLLL)
@@ -259,7 +342,13 @@
- + Month name, day of month, day of week, year, time ( llll @@ -283,7 +372,12 @@ Submitting In A Form
- +

Press ENTER @@ -296,7 +390,7 @@

- +
@@ -324,7 +418,13 @@ Assigned To Query Param
- +
{{!@formatter:off}}
// app/templates/example.hbs
@@ -337,7 +437,13 @@
       
- +
{{!@formatter:off}}
// app/templates/example.hbs
@@ -355,7 +461,14 @@
       Specific Timezone In Query Parameter
       
- +

@@ -371,7 +484,12 @@ Submitting In A Form
- +

Press ENTER @@ -386,7 +504,7 @@

- +