Skip to main content

Placeholder Shown

Mar 30, 2020 • 1 min • TIL #5

Change the input style and apperance if the the placeholder is visible.

:placeholder-shown

input {
  // styles
}
input:placeholder-shown {
  // specific styles if placeholder is shown
}

Support

Great - Partial IE