Skip to content

Commit

Permalink
fixes input issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 18, 2023
1 parent cc2da9b commit 6c145b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/RFFComponents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export const RFFSelectSearch = ({
onInputChange,
multi,
disabled = false,
retainInput = false,
retainInput = true,
isLoading = false,
}) => {
const [inputText, setInputText] = useState('')
Expand Down

0 comments on commit 6c145b7

Please sign in to comment.