You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
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!!!
The text was updated successfully, but these errors were encountered: