File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ class ModalExample extends React.Component {
37
37
< textarea id = "description" className = "slds-textarea" placeholder = "Enter description" > </ textarea >
38
38
</ div >
39
39
</ div >
40
+ { /*
41
+
42
+
40
43
<SLDSLookup
41
44
className="slds-m-vertical--large"
42
45
emptyMessage="No Accounts Found"
@@ -53,6 +56,7 @@ class ModalExample extends React.Component {
53
56
{label:"Acme Construction"}
54
57
]}
55
58
/>
59
+ */ }
56
60
< SLDSMenuPicklist
57
61
className = "slds-m-vertical--large"
58
62
label = "Lead Source"
@@ -83,6 +87,7 @@ class ModalExample extends React.Component {
83
87
placeholder = "Select Opportunity Type"
84
88
value = "C0"
85
89
/>
90
+
86
91
< div className = "slds-form-element slds-m-vertical--large" >
87
92
< label className = "slds-form-element__label" htmlFor = "amount" > Amount</ label >
88
93
< div className = "slds-form-element__control" >
You can’t perform that action at this time.
0 commit comments