-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: textarea with password visual bug #3739
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the problems that were reported were on main before this pull request and will be fixed in other pr
This pull request fixes a visual bug in the textarea component where the password field was not displaying correctly. The password field has been changed to default to none, resolving the issue.
Update sanitizedHTMLWrapper to receive ref
This pull request updates the
sanitizedHTMLWrapper
component to receive a ref. This allows for better control and manipulation of the component's behavior.Add back to scroll position and cursor position on Chrome