Skip to content

Commit

Permalink
picklist for budle sobject selection
Browse files Browse the repository at this point in the history
  • Loading branch information
thombehrens committed Nov 14, 2024
1 parent e276b39 commit 339db6e
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,10 @@
</lightning-layout-item>

<lightning-layout-item padding="horizontal-small" size=12>
<lightning-input
data-field-api-name={bundleInfo.sObject_FIELD.fieldApiName}
required={bundleInfo.sObject_FIELD.required}
type={bundleInfo.sObject_FIELD.dataType}
label={bundleInfo.sObject_FIELD.label}
value={bundleInfo.sObject_FIELD.value}
field-level-help={bundleInfo.sObject_FIELD.inlineHelpText}
onchange={handleChange}>
</lightning-input>
<c-fsc_object-selector
onchange={handleChange}
data-field-api-name={bundleInfo.sObject_FIELD.fieldApiName}>
</c-fsc_object-selector>
</lightning-layout-item>

<lightning-layout-item padding="horizontal-small" size=4>
Expand Down

0 comments on commit 339db6e

Please sign in to comment.