Skip to content

Commit

Permalink
update pickerInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Allison Gruninger authored and alrod committed Dec 6, 2017
1 parent 11c8a8c commit 6bd0a0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ export class BindingInputV2Component {
this.input.value = appSettingName;
if (!existedAppSetting) {
picker.items.splice(0, 0, this.input.value);
this.pickerInputs = picker.items
.map(p => ({ displayLabel: p, value: p}));
}
this.inputChanged(name);
this.setClass(appSettingName);
Expand Down

0 comments on commit 6bd0a0f

Please sign in to comment.