In my search field I just figured it out that, when I click the input
field it remains till the content entered. I want to hide the placeholder when the field is clicked.
Since this site is going to be delivered to another team I don't want to add JavaScript or jQuery code here. Because it was one of the requirement from the client. How can achieve it using CSS and HTML? This is a default behavior of HTML.
<input type="text" value="" placeholder="Keywords or Chassis/ Reference No">