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
Part of this task is to figure out how to reproduce the problem, the second is to fix it. I think this is a known issue for MUI.
<StyledTextField
type="text"
label="Name Shown with Endorsements"
margin="dense"
autoComplete="organization"
variant="outlined"
id={`organization-name-${externalUniqueId}`}
name="organizationName"
placeholder="How would you like your name displayed publicly?"
onKeyDown={this.handleKeyPressOrganizationName}
onChange={this.updateOrganizationName}
value={organizationName}
/>
The text was updated successfully, but these errors were encountered:
Thank you @fdiazq for researching this, and providing the following notes. I am closing this at your recommendation.
The issue involves text being overwritten from StyledTextField.
I tested the profile settings page to attempt to reproduce the issue , and I haven't been able to reproduce it.
I tested on Chrome,Safari, and Firefox browsers as well as on BrowserStack with the apk WeVoteV2-4-5Feb28-731pm.apk for android devices as well as the iOS app from the AppStore.
Part of this task is to figure out how to reproduce the problem, the second is to fix it. I think this is a known issue for MUI.
The text was updated successfully, but these errors were encountered: