I am looking for a placeholder
that can hold changing values:
<input type="text" placeholder="Search by Name, Order Number and Location" style="width: 300px" />
<input type="text" placeholder="Search by Name" style="width: 300px" />
My goal is to show all the placeholder texts in the Input field. It's fine to decrease the font size, as long as it's done dynamically.
Any suggestions?