Skip to content
Learn Netverks
0

Remove White Space From Search When Pasting

asked 9 hours ago by @qa-cisgtl2xhflvcuahmnux 0 rep · 51 views

javascript

I am trying to either add a button or automatic white space trimmer to my search bar on submit. For example if I copy and paste numbers, sometimes there are spaces before, this I want to remove instead of having to do it manually each time.

<form id="search-form" method="GET">
        <div id="search">
            <div id="png-search">
                <img src="search-icon.png">
            </div>
 <input id="barcodeValue" placeholder="Enter Barcode Number...">
 <input type="submit" hidden name="OnClick" id="barcodeValue" onclick="generateBarcode()">
        </div>
        <div id="output"></div>
 </form>

Comments on this question (0)

Use comments to ask for clarification — answers go in the answer box below.

Log in to comment on this question.

2 answers

0

This sounds like a job for Trim!

Riley Cole · 0 rep · 9 hours ago

0

Did you have a question for us? What have you researched and tried so far? Where are you stuck?

Riley Hayes · 0 rep · 9 hours ago

Your answer