I am looking to display a placeholder in mobile view and hide it in the desktop view. How can I achieve this?
The desired mobile view should appear as follows:
<label>Enter Name:</label>
<input type="text"/>
While the desktop view should look like this:
<input type="text" placeholder="Name">