playbook_ui 14.15.0.pre.alpha.play1949lodashremoval3of36815 → 14.15.0.pre.alpha.play1952fixhorizontalnavcursorstyle6795
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 +4 -4
- data/app/pb_kits/playbook/pb_filter/Filter/CurrentFilters.tsx +4 -3
- data/app/pb_kits/playbook/pb_filter/Filter/SortMenu.tsx +3 -2
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +0 -67
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +0 -67
- data/app/pb_kits/playbook/pb_form/pb_form_validation.js +1 -1
- data/app/pb_kits/playbook/pb_icon_button/_icon_button.tsx +1 -4
- data/app/pb_kits/playbook/pb_icon_button/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_icon_button/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_lightbox/hooks/useVisibility.js +1 -1
- data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.scss +0 -23
- data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +1 -28
- data/app/pb_kits/playbook/pb_multi_level_select/docs/example.yml +0 -4
- data/app/pb_kits/playbook/pb_multi_level_select/docs/index.js +1 -3
- data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.rb +0 -10
- data/app/pb_kits/playbook/pb_typeahead/index.ts +2 -2
- data/app/pb_kits/playbook/utilities/globalProps.ts +1 -1
- data/app/pb_kits/playbook/utilities/object.test.js +1 -149
- data/app/pb_kits/playbook/utilities/object.ts +42 -124
- data/dist/chunks/_typeahead-CVryXNui.js +22 -0
- data/dist/chunks/_weekday_stacked-BGcc0MlV.js +45 -0
- data/dist/chunks/{lib-DpO_YjaF.js → lib-Co5y3V4K.js} +3 -3
- data/dist/chunks/{pb_form_validation-C3rQtNR-.js → pb_form_validation-DMajaRt3.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/forms/builder/multi_level_select_field.rb +0 -2
- data/lib/playbook/version.rb +1 -1
- metadata +6 -12
- data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_click.jsx +0 -13
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_error.html.erb +0 -72
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_error.jsx +0 -97
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_label.html.erb +0 -71
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_label.jsx +0 -91
- data/app/pb_kits/playbook/pb_multi_level_select/index.js +0 -105
- data/dist/chunks/_typeahead-DZNrDsCe.js +0 -22
- data/dist/chunks/_weekday_stacked-BwM21XCO.js +0 -45
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.15.0.pre.alpha.
|
4
|
+
version: 14.15.0.pre.alpha.play1952fixhorizontalnavcursorstyle6795
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-03-
|
12
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -1666,7 +1666,6 @@ files:
|
|
1666
1666
|
- app/pb_kits/playbook/pb_icon/icon.test.js
|
1667
1667
|
- app/pb_kits/playbook/pb_icon_button/_icon_button.scss
|
1668
1668
|
- app/pb_kits/playbook/pb_icon_button/_icon_button.tsx
|
1669
|
-
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_click.jsx
|
1670
1669
|
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb
|
1671
1670
|
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.jsx
|
1672
1671
|
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb
|
@@ -2009,10 +2008,6 @@ files:
|
|
2009
2008
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent_default.html.erb
|
2010
2009
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent_default.jsx
|
2011
2010
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent_default.md
|
2012
|
-
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_error.html.erb
|
2013
|
-
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_error.jsx
|
2014
|
-
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_label.html.erb
|
2015
|
-
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_label.jsx
|
2016
2011
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_react_hook.jsx
|
2017
2012
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_react_hook.md
|
2018
2013
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_reset.html.erb
|
@@ -2037,7 +2032,6 @@ files:
|
|
2037
2032
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_with_form.html.erb
|
2038
2033
|
- app/pb_kits/playbook/pb_multi_level_select/docs/example.yml
|
2039
2034
|
- app/pb_kits/playbook/pb_multi_level_select/docs/index.js
|
2040
|
-
- app/pb_kits/playbook/pb_multi_level_select/index.js
|
2041
2035
|
- app/pb_kits/playbook/pb_multi_level_select/multi_level_select.html.erb
|
2042
2036
|
- app/pb_kits/playbook/pb_multi_level_select/multi_level_select.rb
|
2043
2037
|
- app/pb_kits/playbook/pb_multi_level_select/multi_level_select.test.jsx
|
@@ -3449,11 +3443,11 @@ files:
|
|
3449
3443
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3450
3444
|
- app/pb_kits/playbook/utilities/text.ts
|
3451
3445
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3452
|
-
- dist/chunks/_typeahead-
|
3453
|
-
- dist/chunks/_weekday_stacked-
|
3446
|
+
- dist/chunks/_typeahead-CVryXNui.js
|
3447
|
+
- dist/chunks/_weekday_stacked-BGcc0MlV.js
|
3454
3448
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3455
|
-
- dist/chunks/lib-
|
3456
|
-
- dist/chunks/pb_form_validation-
|
3449
|
+
- dist/chunks/lib-Co5y3V4K.js
|
3450
|
+
- dist/chunks/pb_form_validation-DMajaRt3.js
|
3457
3451
|
- dist/chunks/vendor.js
|
3458
3452
|
- dist/menu.yml
|
3459
3453
|
- dist/playbook-doc.js
|
@@ -1,72 +0,0 @@
|
|
1
|
-
<% treeData = [{
|
2
|
-
label: "Power Home Remodeling",
|
3
|
-
value: "Power Home Remodeling",
|
4
|
-
id: "100",
|
5
|
-
expanded: true,
|
6
|
-
children: [
|
7
|
-
{
|
8
|
-
label: "People",
|
9
|
-
value: "People",
|
10
|
-
id: "101",
|
11
|
-
expanded: true,
|
12
|
-
children: [
|
13
|
-
{
|
14
|
-
label: "Talent Acquisition",
|
15
|
-
value: "Talent Acquisition",
|
16
|
-
id: "102",
|
17
|
-
},
|
18
|
-
{
|
19
|
-
label: "Business Affairs",
|
20
|
-
value: "Business Affairs",
|
21
|
-
id: "103",
|
22
|
-
children: [
|
23
|
-
{
|
24
|
-
label: "Initiatives",
|
25
|
-
value: "Initiatives",
|
26
|
-
id: "104",
|
27
|
-
},
|
28
|
-
{
|
29
|
-
label: "Learning & Development",
|
30
|
-
value: "Learning & Development",
|
31
|
-
id: "105",
|
32
|
-
},
|
33
|
-
],
|
34
|
-
},
|
35
|
-
{
|
36
|
-
label: "People Experience",
|
37
|
-
value: "People Experience",
|
38
|
-
id: "106",
|
39
|
-
},
|
40
|
-
],
|
41
|
-
},
|
42
|
-
{
|
43
|
-
label: "Contact Center",
|
44
|
-
value: "Contact Center",
|
45
|
-
id: "107",
|
46
|
-
children: [
|
47
|
-
{
|
48
|
-
label: "Appointment Management",
|
49
|
-
value: "Appointment Management",
|
50
|
-
id: "108",
|
51
|
-
},
|
52
|
-
{
|
53
|
-
label: "Customer Service",
|
54
|
-
value: "Customer Service",
|
55
|
-
id: "109",
|
56
|
-
},
|
57
|
-
{
|
58
|
-
label: "Energy",
|
59
|
-
value: "Energy",
|
60
|
-
id: "110",
|
61
|
-
},
|
62
|
-
],
|
63
|
-
},
|
64
|
-
],
|
65
|
-
}] %>
|
66
|
-
|
67
|
-
<%= pb_rails("multi_level_select", props: {
|
68
|
-
error: "Please make a valid selection",
|
69
|
-
id: "multi-level-select-error-rails",
|
70
|
-
name: "my_array",
|
71
|
-
tree_data: treeData
|
72
|
-
}) %>
|
@@ -1,97 +0,0 @@
|
|
1
|
-
import React, { useState, useEffect } from "react";
|
2
|
-
import MultiLevelSelect from "../_multi_level_select";
|
3
|
-
|
4
|
-
const treeData = [
|
5
|
-
{
|
6
|
-
label: "Power Home Remodeling",
|
7
|
-
value: "Power Home Remodeling",
|
8
|
-
id: "powerhome1",
|
9
|
-
expanded: true,
|
10
|
-
children: [
|
11
|
-
{
|
12
|
-
label: "People",
|
13
|
-
value: "People",
|
14
|
-
id: "people1",
|
15
|
-
expanded: true,
|
16
|
-
children: [
|
17
|
-
{
|
18
|
-
label: "Talent Acquisition",
|
19
|
-
value: "Talent Acquisition",
|
20
|
-
id: "talent1",
|
21
|
-
},
|
22
|
-
{
|
23
|
-
label: "Business Affairs",
|
24
|
-
value: "Business Affairs",
|
25
|
-
id: "business1",
|
26
|
-
children: [
|
27
|
-
{
|
28
|
-
label: "Initiatives",
|
29
|
-
value: "Initiatives",
|
30
|
-
id: "initiative1",
|
31
|
-
},
|
32
|
-
{
|
33
|
-
label: "Learning & Development",
|
34
|
-
value: "Learning & Development",
|
35
|
-
id: "development1",
|
36
|
-
},
|
37
|
-
],
|
38
|
-
},
|
39
|
-
{
|
40
|
-
label: "People Experience",
|
41
|
-
value: "People Experience",
|
42
|
-
id: "experience1",
|
43
|
-
},
|
44
|
-
],
|
45
|
-
},
|
46
|
-
{
|
47
|
-
label: "Contact Center",
|
48
|
-
value: "Contact Center",
|
49
|
-
id: "contact1",
|
50
|
-
children: [
|
51
|
-
{
|
52
|
-
label: "Appointment Management",
|
53
|
-
value: "Appointment Management",
|
54
|
-
id: "appointment1",
|
55
|
-
},
|
56
|
-
{
|
57
|
-
label: "Customer Service",
|
58
|
-
value: "Customer Service",
|
59
|
-
id: "customer1",
|
60
|
-
},
|
61
|
-
{
|
62
|
-
label: "Energy",
|
63
|
-
value: "Energy",
|
64
|
-
id: "energy1",
|
65
|
-
},
|
66
|
-
],
|
67
|
-
},
|
68
|
-
],
|
69
|
-
},
|
70
|
-
];
|
71
|
-
|
72
|
-
const MultiLevelSelectError = (props) => {
|
73
|
-
const [selectedItems, setSelectedItems] = useState([]);
|
74
|
-
const [errorState, setErrorState] = useState("Please make a valid selection");
|
75
|
-
|
76
|
-
useEffect(() => {
|
77
|
-
if (selectedItems.length === 0) {
|
78
|
-
setErrorState("Please make a valid selection");
|
79
|
-
} else {
|
80
|
-
setErrorState(null);
|
81
|
-
}
|
82
|
-
}, [selectedItems]);
|
83
|
-
|
84
|
-
return (
|
85
|
-
<div>
|
86
|
-
<MultiLevelSelect
|
87
|
-
error={errorState}
|
88
|
-
id="multiselect-error"
|
89
|
-
onSelect={(selectedNodes) => setSelectedItems(selectedNodes)}
|
90
|
-
treeData={treeData}
|
91
|
-
{...props}
|
92
|
-
/>
|
93
|
-
</div>
|
94
|
-
);
|
95
|
-
};
|
96
|
-
|
97
|
-
export default MultiLevelSelectError;
|
@@ -1,71 +0,0 @@
|
|
1
|
-
<% treeData = [{
|
2
|
-
label: "Power Home Remodeling",
|
3
|
-
value: "Power Home Remodeling",
|
4
|
-
id: "100",
|
5
|
-
expanded: true,
|
6
|
-
children: [
|
7
|
-
{
|
8
|
-
label: "People",
|
9
|
-
value: "People",
|
10
|
-
id: "101",
|
11
|
-
expanded: true,
|
12
|
-
children: [
|
13
|
-
{
|
14
|
-
label: "Talent Acquisition",
|
15
|
-
value: "Talent Acquisition",
|
16
|
-
id: "102",
|
17
|
-
},
|
18
|
-
{
|
19
|
-
label: "Business Affairs",
|
20
|
-
value: "Business Affairs",
|
21
|
-
id: "103",
|
22
|
-
children: [
|
23
|
-
{
|
24
|
-
label: "Initiatives",
|
25
|
-
value: "Initiatives",
|
26
|
-
id: "104",
|
27
|
-
},
|
28
|
-
{
|
29
|
-
label: "Learning & Development",
|
30
|
-
value: "Learning & Development",
|
31
|
-
id: "105",
|
32
|
-
},
|
33
|
-
],
|
34
|
-
},
|
35
|
-
{
|
36
|
-
label: "People Experience",
|
37
|
-
value: "People Experience",
|
38
|
-
id: "106",
|
39
|
-
},
|
40
|
-
],
|
41
|
-
},
|
42
|
-
{
|
43
|
-
label: "Contact Center",
|
44
|
-
value: "Contact Center",
|
45
|
-
id: "107",
|
46
|
-
children: [
|
47
|
-
{
|
48
|
-
label: "Appointment Management",
|
49
|
-
value: "Appointment Management",
|
50
|
-
id: "108",
|
51
|
-
},
|
52
|
-
{
|
53
|
-
label: "Customer Service",
|
54
|
-
value: "Customer Service",
|
55
|
-
id: "109",
|
56
|
-
},
|
57
|
-
{
|
58
|
-
label: "Energy",
|
59
|
-
value: "Energy",
|
60
|
-
id: "110",
|
61
|
-
},
|
62
|
-
],
|
63
|
-
},
|
64
|
-
],
|
65
|
-
}] %>
|
66
|
-
|
67
|
-
<%= pb_rails("multi_level_select", props: {
|
68
|
-
id: "multi-level-select-label-rails",
|
69
|
-
label: "Select a department",
|
70
|
-
tree_data: treeData
|
71
|
-
}) %>
|
@@ -1,91 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import MultiLevelSelect from "../_multi_level_select";
|
3
|
-
|
4
|
-
const treeData = [
|
5
|
-
{
|
6
|
-
label: "Power Home Remodeling",
|
7
|
-
value: "Power Home Remodeling",
|
8
|
-
id: "powerhome1",
|
9
|
-
expanded: true,
|
10
|
-
children: [
|
11
|
-
{
|
12
|
-
label: "People",
|
13
|
-
value: "People",
|
14
|
-
id: "people1",
|
15
|
-
expanded: true,
|
16
|
-
children: [
|
17
|
-
{
|
18
|
-
label: "Talent Acquisition",
|
19
|
-
value: "Talent Acquisition",
|
20
|
-
id: "talent1",
|
21
|
-
},
|
22
|
-
{
|
23
|
-
label: "Business Affairs",
|
24
|
-
value: "Business Affairs",
|
25
|
-
id: "business1",
|
26
|
-
children: [
|
27
|
-
{
|
28
|
-
label: "Initiatives",
|
29
|
-
value: "Initiatives",
|
30
|
-
id: "initiative1",
|
31
|
-
},
|
32
|
-
{
|
33
|
-
label: "Learning & Development",
|
34
|
-
value: "Learning & Development",
|
35
|
-
id: "development1",
|
36
|
-
},
|
37
|
-
],
|
38
|
-
},
|
39
|
-
{
|
40
|
-
label: "People Experience",
|
41
|
-
value: "People Experience",
|
42
|
-
id: "experience1",
|
43
|
-
},
|
44
|
-
],
|
45
|
-
},
|
46
|
-
{
|
47
|
-
label: "Contact Center",
|
48
|
-
value: "Contact Center",
|
49
|
-
id: "contact1",
|
50
|
-
children: [
|
51
|
-
{
|
52
|
-
label: "Appointment Management",
|
53
|
-
value: "Appointment Management",
|
54
|
-
id: "appointment1",
|
55
|
-
},
|
56
|
-
{
|
57
|
-
label: "Customer Service",
|
58
|
-
value: "Customer Service",
|
59
|
-
id: "customer1",
|
60
|
-
},
|
61
|
-
{
|
62
|
-
label: "Energy",
|
63
|
-
value: "Energy",
|
64
|
-
id: "energy1",
|
65
|
-
},
|
66
|
-
],
|
67
|
-
},
|
68
|
-
],
|
69
|
-
},
|
70
|
-
];
|
71
|
-
|
72
|
-
const MultiLevelSelectDefault = (props) => {
|
73
|
-
return (
|
74
|
-
<div>
|
75
|
-
<MultiLevelSelect
|
76
|
-
id='multiselect-label'
|
77
|
-
label="Select a Department"
|
78
|
-
onSelect={(selectedNodes) =>
|
79
|
-
console.log(
|
80
|
-
"Selected Items",
|
81
|
-
selectedNodes
|
82
|
-
)
|
83
|
-
}
|
84
|
-
treeData={treeData}
|
85
|
-
{...props}
|
86
|
-
/>
|
87
|
-
</div>
|
88
|
-
)
|
89
|
-
};
|
90
|
-
|
91
|
-
export default MultiLevelSelectDefault;
|
@@ -1,105 +0,0 @@
|
|
1
|
-
import PbEnhancedElement from "../pb_enhanced_element";
|
2
|
-
|
3
|
-
const MULTI_LEVEL_SELECT_SELECTOR = "[data-multi_level_select_form]";
|
4
|
-
|
5
|
-
export default class PbMultiLevelSelect extends PbEnhancedElement {
|
6
|
-
static get selector() {
|
7
|
-
return MULTI_LEVEL_SELECT_SELECTOR;
|
8
|
-
}
|
9
|
-
|
10
|
-
get target() {
|
11
|
-
return this.element.querySelector(".pb_body_kit_negative");
|
12
|
-
}
|
13
|
-
|
14
|
-
connect() {
|
15
|
-
this.addEventListeners();
|
16
|
-
this.observeHiddenInputs();
|
17
|
-
this.observeRogueErrorInsideInnerContainer();
|
18
|
-
}
|
19
|
-
|
20
|
-
addEventListeners() {
|
21
|
-
const inputElement = this.element.querySelector("input");
|
22
|
-
|
23
|
-
inputElement.addEventListener("invalid", () => {
|
24
|
-
this.handleErrorLabel(300);
|
25
|
-
});
|
26
|
-
inputElement.addEventListener("blur", () => {
|
27
|
-
this.justBlurred = true;
|
28
|
-
|
29
|
-
setTimeout(() => {
|
30
|
-
this.justBlurred = false;
|
31
|
-
}, 300);
|
32
|
-
});
|
33
|
-
}
|
34
|
-
|
35
|
-
handleErrorLabel(delay) {
|
36
|
-
setTimeout(() => {
|
37
|
-
const errorLabelElement = this.target;
|
38
|
-
const wrapper = this.element.querySelector(".wrapper");
|
39
|
-
|
40
|
-
if (errorLabelElement) {
|
41
|
-
errorLabelElement.remove();
|
42
|
-
if (wrapper) {
|
43
|
-
if (wrapper.querySelector(".pb_body_kit_negative")) {
|
44
|
-
wrapper.querySelector(".pb_body_kit_negative").remove();
|
45
|
-
}
|
46
|
-
wrapper.appendChild(errorLabelElement);
|
47
|
-
}
|
48
|
-
this.element.classList.add("error");
|
49
|
-
} else {
|
50
|
-
this.handleErrorLabel(100);
|
51
|
-
}
|
52
|
-
}, delay);
|
53
|
-
}
|
54
|
-
|
55
|
-
observeHiddenInputs() {
|
56
|
-
const container = this.element.querySelector(".input_inner_container");
|
57
|
-
if (!container) return;
|
58
|
-
|
59
|
-
this.mutationObserver = new MutationObserver(() => {
|
60
|
-
const hiddenInputs = container.querySelectorAll('input[type="hidden"]');
|
61
|
-
if (hiddenInputs.length > 0) {
|
62
|
-
// At least one hidden input exists, so clear the error
|
63
|
-
this.clearError();
|
64
|
-
}
|
65
|
-
});
|
66
|
-
|
67
|
-
this.mutationObserver.observe(container, {
|
68
|
-
childList: true,
|
69
|
-
});
|
70
|
-
}
|
71
|
-
|
72
|
-
observeRogueErrorInsideInnerContainer() {
|
73
|
-
const container = this.element.querySelector(".input_inner_container");
|
74
|
-
|
75
|
-
this.rogueErrorObserver = new MutationObserver((mutations) => {
|
76
|
-
for (const mutation of mutations) {
|
77
|
-
for (const node of mutation.addedNodes) {
|
78
|
-
if (
|
79
|
-
node.nodeType === Node.ELEMENT_NODE &&
|
80
|
-
node.classList.contains("pb_body_kit_negative")
|
81
|
-
) {
|
82
|
-
if (this.justBlurred) {
|
83
|
-
node.remove();
|
84
|
-
}
|
85
|
-
}
|
86
|
-
}
|
87
|
-
}
|
88
|
-
});
|
89
|
-
|
90
|
-
this.rogueErrorObserver.observe(container, {
|
91
|
-
childList: true,
|
92
|
-
subtree: true,
|
93
|
-
});
|
94
|
-
}
|
95
|
-
|
96
|
-
clearError(e) {
|
97
|
-
const errorLabelElement = this.target;
|
98
|
-
|
99
|
-
if (errorLabelElement) {
|
100
|
-
errorLabelElement.remove();
|
101
|
-
this.element.classList.remove("error");
|
102
|
-
this.element.querySelector("input").value = e.detail.value;
|
103
|
-
}
|
104
|
-
}
|
105
|
-
}
|