diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index b0fa1a8b7f2e59..adf7e3945d76ec 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -1079,6 +1079,9 @@ function InternalTextInput(props: Props): React.Node { 'aria-expanded': ariaExpanded, 'aria-selected': ariaSelected, accessibilityState, + id, + tabIndex, + ...otherProps } = props; const inputRef = useRef>>(null); @@ -1436,15 +1439,16 @@ function InternalTextInput(props: Props): React.Node { textInput = (