-
Notifications
You must be signed in to change notification settings - Fork 60
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
refactor: Exchange the outdated react-autosize-textarea library #4805
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
amazing, the |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The deployment to the dev cluster was successful. You can find the deployment here: https://4805.development.scrumlr.fra.ics.inovex.io Deployed Images
|
🐙 OctomindTest Report: 14/14 successful.
commit sha: b1c510c |
Description
For the note input element and the note itself, we are using the react-autosize-textarea, which was archived last year. This PR exchanged this old library with the react-textarea-autosize library, which is still being updated. This also removes the need for defining onPointerEnterCapture and onPointerLeaveCapture events.
The functionality should not have chanegd.
Changelog
react-autosize-textarea
as dependencyreact-textarea-autosize
as dependencyonPointerEnterCapture
andonPointerLeaveCapture
events on all TextareaAutosize instancesChecklist