playbook_ui_docs 15.0.0.pre.alpha.popovertesting10431 → 15.0.0.pre.alpha.removewebpacker10432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b105ea80d7e18115363a913cf22ec35a28aa311c99199c2eb919a6716efc4214
|
4
|
+
data.tar.gz: 7534de97e8e1625337964f8aebff56b38cec28b0c6b9316ede2e475c4f2d71e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8b5a444a7f50b179a132d547ff4ffd371a5e14e6b1973b5822accc03ddfdf55397f2fc4ec85bc75e0c40b9a8cc3061e71f9f2dcdfe6de2545a29b5b8583d6f6
|
7
|
+
data.tar.gz: 3d281cdaeb0107664f6d6f1599473480edab0e2aa10769efdec1352fe5c9b9197c9cf1dee529edb3df03e0dbea598693071d72bb7329f2abb71bcc959d2c4d82
|
@@ -1,24 +1 @@
|
|
1
|
-
<%= pb_rails("
|
2
|
-
<%= pb_rails("date_picker", props: { picker_id: "date-picker-default"}) %>
|
3
|
-
|
4
|
-
<!-- see how it behaves for raw html date picker -->
|
5
|
-
|
6
|
-
<form style="margin-top:100px;" action="/action_page.php">
|
7
|
-
<label for="birthday" style="padding-top:100px;">Birthday:</label>
|
8
|
-
<input type="date" id="birthday" name="birthday">
|
9
|
-
<input type="submit" value="Submit">
|
10
|
-
</form>
|
11
|
-
|
12
|
-
<form style="margin-top:100px;" action="/action_page.php">
|
13
|
-
<label for="birthday" style="margin-top:100px;">Birthday:</label>
|
14
|
-
<input type="date" id="birthday" name="birthday">
|
15
|
-
<input type="submit" value="Submit">
|
16
|
-
</form>
|
17
|
-
<form style="margin-top:100px;" action="/action_page.php">
|
18
|
-
<label for="birthday" style="padding-top:100px;">Birthday:</label>
|
19
|
-
<input type="date" id="birthday" name="birthday">
|
20
|
-
<input type="submit" value="Submit">
|
21
|
-
</form>
|
22
|
-
<p><strong>Note:</strong> type="date" is not supported in Internet Explorer 11.</p>
|
23
|
-
|
24
|
-
<% end %>
|
1
|
+
<%= pb_rails("date_picker", props: { picker_id: "date-picker-default"}) %>
|