Skip to content

Commit cb1054b

Browse files
committed
FIX: output text for dropdown should not be possible
1 parent 71af94c commit cb1054b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/javascripts/discourse/components/wizard-custom-field.js.es6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ export default Component.extend(UndoChanges, {
8686
if (this.isDropdown) {
8787
options.wizardFieldSelection = "key,value";
8888
options.userFieldOptionsSelection = "output";
89-
options.textSelection = "key,value,output";
90-
options.inputTypes = "conditional,association,assignment";
89+
options.textSelection = "key,value";
90+
options.inputTypes = "association,conditional,assignment";
9191
options.pairConnector = "association";
9292
options.keyPlaceholder = "admin.wizard.key";
9393
options.valuePlaceholder = "admin.wizard.value";

0 commit comments

Comments
 (0)