have valueSelection instead of noValuePreselect, #10582

This commit is contained in:
Johannes Rieken
2017-04-24 10:07:19 +02:00
parent f15d1e96d1
commit fda8a1beb4
5 changed files with 17 additions and 11 deletions

View File

@@ -82,7 +82,7 @@ export class MainThreadQuickOpen extends MainThreadQuickOpenShape {
if (options) {
inputOptions.password = options.password;
inputOptions.placeHolder = options.placeHolder;
inputOptions.noValuePreselect = options.noValuePreselect;
inputOptions.valueSelection = options.valueSelection;
inputOptions.prompt = options.prompt;
inputOptions.value = options.value;
inputOptions.ignoreFocusLost = options.ignoreFocusOut;