Add filtering to folder select (#4277)

This commit is contained in:
InfiniteStash
2023-11-20 03:00:28 +01:00
committed by GitHub
parent 61f4d8bd12
commit a0f33e3dab
10 changed files with 120 additions and 85 deletions

View File

@@ -37,9 +37,9 @@ export const PathFilter: React.FC<IInputFilterProps> = ({
) : (
<FolderSelect
currentDirectory={criterion.value ? criterion.value.toString() : ""}
setCurrentDirectory={(v) => onValueChanged(v)}
onChangeDirectory={onValueChanged}
collapsible
quoteSpaced
quotePath
hideError
defaultDirectories={libraryPaths}
/>