We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d662ef5 commit ae09666Copy full SHA for ae09666
src/custom/UserSearchField/UserSearchFieldInput.tsx
@@ -163,7 +163,7 @@ const UserSearchField: React.FC<UserSearchFieldProps> = ({
163
inputValue={inputValue}
164
onChange={handleAdd}
165
onInputChange={handleInputChange}
166
- filterOptions={(options) => options} // -> no need ,we do that on server-side
+ filterOptions={(options) => options}
167
loading={isUserSearchLoading}
168
disabled={disabled}
169
disableClearable
0 commit comments