From 19082099411be9758a0ddb8cf03fe91ad92fd309 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:18:19 +0100 Subject: [PATCH] height fix & pass description to PathField Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- src/components/PathFinder.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/PathFinder.tsx b/src/components/PathFinder.tsx index e20e8ae..901f785 100644 --- a/src/components/PathFinder.tsx +++ b/src/components/PathFinder.tsx @@ -223,6 +223,7 @@ export function PathField({ setPath, label, placeholder = 'Enter a remote:/path or local path, or tap to select files', + description, showSuggestions = true, clearable = true, showPicker = true, @@ -233,6 +234,7 @@ export function PathField({ setPath: (path: string) => void label: string placeholder?: string + description?: string showSuggestions?: boolean clearable?: boolean showPicker?: boolean @@ -397,6 +399,11 @@ export function PathField({ isLoading={isLoading} selectorIcon={showSuggestions ? undefined : null} isClearable={clearable} + description={description} + autoComplete="off" + autoCorrect="off" + autoCapitalize="off" + spellCheck="false" onClear={() => { setPath('') setSuggestions([]) @@ -429,7 +436,7 @@ export function PathField({ type="button" isIconOnly={true} size="lg" - className="w-20 h-18" + className="w-20 h-16" data-focus-visible="false" >