Bootstrap Удалить заполнитель на входе
input:focus::placeholder {
color: transparent;
}
Perfect Pig
input:focus::placeholder {
color: transparent;
}