Closed athimannil closed 7 years ago
:placeholder-shown does not have support for IE and Edge. Is there any alternative for it ?
:placeholder-shown
A combo of required attr on input and :valid in CSS can be used - but this breaks HTML5 validation.
required
:valid
:placeholder-shown
does not have support for IE and Edge. Is there any alternative for it ?