Skip to content

Commit 41035ad

Browse files
fix: auto focus on input box on mount and command selection
1 parent f485292 commit 41035ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/AutoCompleteInput/AutoCompleteInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ const AutoCompleteInputWithContext = <
389389

390390
return (
391391
<TextInput
392+
autoFocus={true}
392393
maxLength={maxMessageLength}
393394
multiline
394395
onChangeText={(newText) => {

0 commit comments

Comments
 (0)