Yann
@yannaufrayAll solutions
- Submitted 6 months ago
Contact form with TailwindCSS
- HTML
- CSS
- JS
I'd like the error messages to be invisible at first, then become visible if content is invalid.
I currently do this using the
peer
andpeer-invalid
TailwindCSS properties and it almost work has intended, but not quite.