Skip to content

Commit 3e7f4ab

Browse files
committed
rebase to main
1 parent 83a4b94 commit 3e7f4ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ export const AutocompleteDropdown = memo(
222222
Keyboard.dismiss()
223223

224224
if (typeof props.onChevronPress === 'function') {
225-
props.onChevronPress();
226-
}
225+
props.onChevronPress()
226+
}
227227
}, [isOpened, props.onChevronPress])
228228

229229
const onFocus = useCallback(
@@ -273,7 +273,7 @@ export const AutocompleteDropdown = memo(
273273
onLayout={_ => {}}
274274
style={[styles.inputContainerStyle, props.inputContainerStyle]}>
275275
<InputComponent
276-
ref={inputRef}
276+
ref={inputRef}
277277
value={searchText}
278278
onChangeText={onChangeText}
279279
autoCorrect={false}

0 commit comments

Comments
 (0)