summaryrefslogtreecommitdiffstats
path: root/webapp/components/autosize_textarea.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix some react natives warning messages (#4653)enahum2016-11-281-3/+9
|
* Fixed copyright date and removed debug code from AutosizeTextarea (#4457)Harrison Healey2016-11-041-2/+1
|
* PLT-4404/PLT-4578/PLT-4541/PLT-4542 Replaced third party autosizing textarea ↵Harrison Healey2016-11-041-0/+90
with a custom one (#4442) * PLT-4578 Replaced third party autosizing textarea with a custom one * Fix Textbox.handleHeightChange not being called * Removed unused CSS * PLT-4541 Force EditPostModal to resize upon opening * Removed usage of jquery from AutosizeTextarea * Reverted changes made for PLT-4580 as they're no longer needed