You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** We added a delay to focus on text input to allow navigation/modal animations to get completed, see issue https://github.com/Expensify/App/issues/65855 for more details */
Copy file name to clipboardExpand all lines: src/components/TextInput/BaseTextInput/types.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,9 @@ type CustomBaseTextInputProps = {
187
187
/** Whether the input should be enforced to take full height of container. Default is `false` */
188
188
shouldUseFullInputHeight?: boolean;
189
189
190
+
/** Whether focus event should be delayed */
191
+
shouldDelayFocus?: boolean;
192
+
190
193
/** Whether the input prefix should use the default `Text` line height fallback. Disable this if you intentionally want the prefix to have `lineHeight: undefined` */
0 commit comments