Skip to content

Commit 6bd0a0f

Browse files
Allison Gruningeralrod
Allison Gruninger
authored andcommitted
update pickerInputs
1 parent 11c8a8c commit 6bd0a0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AzureFunctions.AngularClient/src/app/function/binding-input-v2/binding-input-v2.component.ts

+2
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ export class BindingInputV2Component {
271271
this.input.value = appSettingName;
272272
if (!existedAppSetting) {
273273
picker.items.splice(0, 0, this.input.value);
274+
this.pickerInputs = picker.items
275+
.map(p => ({ displayLabel: p, value: p}));
274276
}
275277
this.inputChanged(name);
276278
this.setClass(appSettingName);

0 commit comments

Comments
 (0)