summaryrefslogtreecommitdiffstats
path: root/webapp/tests/suggestion_box.test.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2643 Fixed asynchronous autocomplete incorrectly replacing text (#3167)Harrison Healey2016-05-311-0/+20
* Allowed different suggestions to match different text. Added a Suggestion base component. Improved text replacement used when filling in suggestions * Fixed formatting