Open IuliiaHerets opened 2 weeks ago
Triggered auto assignment to @slafortune (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
Issue is repro on newest iOS devices (iPhone 15 Pro Max and iPhone 16)
Confirm button jumps when entering user ID for Sage Intacct
We do not pass any ref to the InputWrapper
this makes the state to always change.
Pass a ref to InputWrapper
:
const {inputCallbackRef} = useAutoFocusInput();
<InputWrapper
InputComponent={TextInput}
inputID={formItem}
label={translate(`common.${formItem}`)}
aria-label={translate(`common.${formItem}`)}
role={CONST.ROLE.PRESENTATION}
spellCheck={false}
secureTextEntry={formItem === INPUT_IDS.PASSWORD}
ref={inputCallbackRef}
/>
@slafortune Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!
The Confirm button jumps when entering user ID. It does not happen when entering a password even though the password auto-fill is present.
It's an issue with the Passwords option in the Keyboard toolbar. We already notice it in https://github.com/facebook/react-native/issues/39411#issuecomment-1744962420
We should fix it since it can affect on users experience (button jumps unexpectedly on non-password input)
We can use textContentType='oneTimeCode'
textContentType='oneTimeCode'
We can show the Confirm
button right below the inputs by updating the styles.justifyContentEnd
here
containerStyles={[shouldShowConfirmButtonAtTheEnd && styles.justifyContentEnd, safePaddingBottomStyle, containerStyles]}
https://github.com/user-attachments/assets/7c3c1403-76a2-47f5-8b07-0fb371858eb9
@slafortune Huh... This is 4 days overdue. Who can take care of this?
@slafortune 6 days overdue. This is scarier than being forced to listen to Vogon poetry!
@slafortune 10 days overdue. Is anyone even seeing these? Hello?
Triggered auto assignment to @johncschuster (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
Stevie has been and will be ooo - reapplying label
@johncschuster this issue was created 2 weeks ago. Are we close to a solution? Let's make sure we're treating this as a top priority. Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks!
Job added to Upwork: https://www.upwork.com/jobs/~021859980122209615794
Triggered auto assignment to Contributor-plus team member for initial proposal review - @suneox (External
)
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.59.0 Reproducible in staging?: Y Reproducible in production?: Y If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/5195617 Issue reported by: Applause Internal Team
Action Performed:
Precondition: user has saved credentials
Expected Result:
The Confirm button does not jump
Actual Result:
The Confirm button jumps when entering user ID. It does not happen when entering a password even though the password auto-fill is present.
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/5660998b-2f01-4e33-827d-bfd9605b5f88
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @suneox