Yann
@yannaufrayAll solutions
Contact form with TailwindCSS
#tailwind-cssSubmitted about 1 year agoI'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.