Skip to content
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: Allow use of custom Textarea component in StatusUpdateForm #342

Merged
merged 7 commits into from
Mar 10, 2022

Conversation

MartinCupela
Copy link
Collaborator

🎯 Goal

Allow integrators to introduce custom Textarea component. This opens possibilities to introduce the functionality not supported by the currently used react-textarea-autocomplete library.

fixes #338

@MartinCupela MartinCupela self-assigned this Mar 8, 2022
@github-actions
Copy link

github-actions bot commented Mar 8, 2022

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
dist/index.js 217.87 KB (+0.01% 🔺) 4.4 s (+0.01% 🔺) 469 ms (+2.84% 🔺) 4.9 s
dist/index.css 8.17 KB (0%) 164 ms (0%) 0 ms (+100% 🔺) 164 ms

arnautov-anton
arnautov-anton previously approved these changes Mar 10, 2022
…e underlying textarea element"

This reverts commit 35e0ed3.
…ttributes to be forwarded to the underlying textarea element"

This reverts commit de62770.
@MartinCupela MartinCupela merged commit e71f666 into main Mar 10, 2022
@MartinCupela MartinCupela deleted the allow-custom-textarea branch March 10, 2022 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: Allow for custom mentions trigger controller to be plugged to StatusUpdateForm
2 participants