mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Override codemirror autocomplete's default filtering
This commit is contained in:
parent
97fb315019
commit
56c4e8591e
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ const EditorInput = ({
|
|||
from: word.from,
|
||||
options: completions,
|
||||
validFor: /^\{\{.*\}\}$/,
|
||||
filter: false,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue