how to hide input placeholder when its going out of it code example Example: bootstrap hide placeholder on focus input:focus::placeholder { color: transparent; }