Comment on At.js – A GitHub-like textarea autocomplete libraryComments−Amethi12ySeems broken, hitting enter a few time shows text outside of the box.−dubcanada12ySame for me on Chrome... It seems to either be missing the auto resize part. Or some CSS.−danneu12yThe textarea just needs the `overflow: scroll` or `overflow: auto` CSS property.−ichord12ywow. cool. I will fix it soon.
Comments
Seems broken, hitting enter a few time shows text outside of the box.
Same for me on Chrome... It seems to either be missing the auto resize part. Or some CSS.
The textarea just needs the `overflow: scroll` or `overflow: auto` CSS property.
wow. cool. I will fix it soon.