ItsAlexanderPopov / Portfolio

My Portfolio
https://alexpopov.vercel.app
2 stars 0 forks source link

Fix UI of Contact Form #8

Closed ItsAlexanderPopov closed 11 months ago

ItsAlexanderPopov commented 11 months ago

When not focused and not empty: remain label because placeholder is gone. When not focused and invalid: paint outline different color for live error representation (mainly for email)

ItsAlexanderPopov commented 11 months ago

fixed not focused and not empty issue but gave up on invalid representation on UI, since html does it by default with email check and required attributes and it is fine as it is.