diff --git a/client/src/App.tsx b/client/src/App.tsx index 335098f..3b39026 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -227,6 +227,7 @@ function App() { if (foodChoiceRef.current?.value) { foodChoiceRef.current.value = ""; } + choiceRef.current?.blur(); } }