summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/inputs/FileBrowser.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/inputs/FileBrowser.tsx')
-rw-r--r--frontend/src/components/inputs/FileBrowser.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/components/inputs/FileBrowser.tsx b/frontend/src/components/inputs/FileBrowser.tsx
index 96325cda6..38c8a6776 100644
--- a/frontend/src/components/inputs/FileBrowser.tsx
+++ b/frontend/src/components/inputs/FileBrowser.tsx
@@ -83,6 +83,9 @@ export const FileBrowser: FunctionComponent<FileBrowserProps> = ({
placeholder="Click to start"
data={data}
value={value}
+ // Temporary solution of infinite dropdown items, fix later
+ limit={NaN}
+ maxDropdownHeight={240}
filter={(value, item) => {
if (item.value === backKey) {
return true;