Skip to content

Commit efa6f70

Browse files
committed
fix 430
1 parent e9c9622 commit efa6f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exampleVault/Input Fields/List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other),
6060

6161
Some text: `INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other), useLinks(false)):list4]` some more text
6262

63-
`INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other)):list5]`
63+
`INPUT[inlineListSuggester(optionQuery(#example-note), option(something, other), allowOther):list5]`
6464

6565
### Null Values
6666

packages/core/src/fields/inputFields/fields/InlineListSuggester/InlineListSuggesterIPF.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class InlineListSuggesterIPF extends AbstractInputField<MBLiteral[], MBLi
3535
return {
3636
showSuggester: () => this.openModal(),
3737
showTextPrompt: () => this.openTextModal(),
38-
allowsOther: this.mountable.getArgument(InputFieldArgumentType.ALLOW_OTHER)?.value === true,
38+
allowOther: this.mountable.getArgument(InputFieldArgumentType.ALLOW_OTHER)?.value === true,
3939
};
4040
}
4141

0 commit comments

Comments
 (0)