LeaVerou / awesomplete

Ultra lightweight, usable, beautiful autocomplete with zero dependencies.

Home Page:http://leaverou.github.io/awesomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I need Awesomplete to preserve trailing spaces.

Jasmine-Blossom opened this issue · comments

Apparently Awesomplete trims trailing spaces by default, but I need for trailing spaces to be preserved.

The list containing the needful spaces is generated by a database; CSS white-space: break-spaces is applied to the webpage's input field -- however the spaces are still trimmed, so I think that Awesomplete is doing it. How can I prevent this?

(I know very little Javascript, so please phrase the answer as clearly as possible!) Thank you!!!