My input search when accessed in mobile insert a white space when user use suggested words of mobile keyboard.
Something like:
Word(whitespace)
The correct is: Word(no whitespace)
I need remove this with JavaScript. I need remove the last whitespace on input and I don’t know create a trim in input box