how to hide placeholer text when fill up form html css code example Example: bootstrap hide placeholder on focus input:focus::placeholder { color: transparent; }