LeaVerou / awesomplete

Ultra lightweight, usable, beautiful autocomplete with zero dependencies.
http://leaverou.github.io/awesomplete/
MIT License
6.95k stars 609 forks source link

I need Awesomplete to preserve trailing spaces. #17224

Open Jasmine-Blossom opened 3 years ago

Jasmine-Blossom commented 3 years ago

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!!!