diff --git a/src/components/TagInput.tsx b/src/components/TagInput.tsx index d09115a3..5f348e12 100644 --- a/src/components/TagInput.tsx +++ b/src/components/TagInput.tsx @@ -218,6 +218,7 @@ export default function TagInput({ autoComplete="off" autoCapitalize="off" readOnly={readOnly} + onFocus={() => setSelectedOptionIndex(undefined)} />