diff --git a/src/components/ExpensiTextInput/baseExpensiTextInputPropTypes.js b/src/components/ExpensiTextInput/baseExpensiTextInputPropTypes.js index d7379279f76b..68635097a1e9 100644 --- a/src/components/ExpensiTextInput/baseExpensiTextInputPropTypes.js +++ b/src/components/ExpensiTextInput/baseExpensiTextInputPropTypes.js @@ -32,6 +32,9 @@ const propTypes = { ignoreLabelTranslateX: PropTypes.bool, forceActiveLabel: PropTypes.bool, + + /** Should the input auto focus? */ + autoFocus: PropTypes.bool, }; const defaultProps = { @@ -43,6 +46,7 @@ const defaultProps = { translateX: -22, inputStyle: [], ignoreLabelTranslateX: false, + autoFocus: false, /** * To be able to function as either controlled or uncontrolled component we should not