I'm using a lot of inputs in my project for users to type in their answers to a given task/question. I don't need users to type in their address, payment, or password. Therefore, it is unnecessary for me to have the bar show up and take so much space.
Is there a way to remove the bar altogether using, preferably, JS/jQuery or perhaps even HTML? Please refer to the screenshot below to see what I'm talking about and the HTML code that I use for all my inputs. Thank you.
<input type="text" autocomplete="off" class="input-xl" id="input1">