playbook_ui_docs 12.38.0.pre.alpha.PLAYaddingdatapropselectkit1080 → 12.38.0.pre.alpha.audiencesalpha1083
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: 5f5c467ef0043814a8d3b591a20a57c667c73fe395060a8fe90299596f73021a
|
4
|
+
data.tar.gz: 65e1517d17102b17a9cb7af2f87fafb75e556ef0b21a9e6f5532816d1c9c43ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45e467c6779b52b17bb0705aa3dc64b46c5c56e473889664faf674969af52e92614b7fd11792532c64a4fa39faa8d34bef1b3b319cdca02d18552e1e57e04491
|
7
|
+
data.tar.gz: 1fddca501f33dbd44633ea04892f6276f7ea06f11416cd39f444f33c881c1d5936f3332a1ab4bd3a944d86377d94a1f50601bc3da777b42ae7b9cafd707889c3
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.38.0.pre.alpha.
|
4
|
+
version: 12.38.0.pre.alpha.audiencesalpha1083
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1131,8 +1131,6 @@ files:
|
|
1131
1131
|
- app/pb_kits/playbook/pb_section_separator/docs/index.js
|
1132
1132
|
- app/pb_kits/playbook/pb_select/docs/_description.md
|
1133
1133
|
- app/pb_kits/playbook/pb_select/docs/_footer.md
|
1134
|
-
- app/pb_kits/playbook/pb_select/docs/_select_attributes.html.erb
|
1135
|
-
- app/pb_kits/playbook/pb_select/docs/_select_attributes.md
|
1136
1134
|
- app/pb_kits/playbook/pb_select/docs/_select_blank.html.erb
|
1137
1135
|
- app/pb_kits/playbook/pb_select/docs/_select_blank.jsx
|
1138
1136
|
- app/pb_kits/playbook/pb_select/docs/_select_custom_select.html.erb
|
@@ -1,26 +0,0 @@
|
|
1
|
-
<%= pb_rails("select", props: {
|
2
|
-
attributes: {
|
3
|
-
data: { options: "data_attribute" },
|
4
|
-
},
|
5
|
-
label: "Favorite Food",
|
6
|
-
name: "food",
|
7
|
-
options: [
|
8
|
-
{
|
9
|
-
value: "1",
|
10
|
-
value_text: "Burgers",
|
11
|
-
},
|
12
|
-
{
|
13
|
-
value: "2",
|
14
|
-
selected: true,
|
15
|
-
value_text: "Pizza",
|
16
|
-
},
|
17
|
-
{
|
18
|
-
value: "3",
|
19
|
-
value_text: "Tacos",
|
20
|
-
},
|
21
|
-
{
|
22
|
-
value: "4",
|
23
|
-
value_text: "BBQ",
|
24
|
-
},
|
25
|
-
]
|
26
|
-
}) %>
|
@@ -1 +0,0 @@
|
|
1
|
-
Inspect the element and notice the data-attribute being added to the `<select>` element
|