Placeholder Shown
Mar 30, 2020 • 1 min • TIL #5
Change the input style and apperance if the the placeholder is visible.
input {
// styles
}
input:placeholder-shown {
// specific styles if placeholder is shown
}
Mar 30, 2020 • 1 min • TIL #5
Change the input style and apperance if the the placeholder is visible.
input {
// styles
}
input:placeholder-shown {
// specific styles if placeholder is shown
}