-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(event-form): add error message for each field #258
base: main
Are you sure you want to change the base?
fix(event-form): add error message for each field #258
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a problem with the error message top margin or padding
see:
Screen.Recording.2025-03-12.at.14.25.32.mov
For the description it's probably okay since otherwise we will have a weird space at the bottom when the desc is filled. But for the title there should be no jump since the message is on same line as counter.
Also there's a superposition of the counter and text in title:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…-shown-then-desc-is-too-short
Fix #250
Fix #228
Fix #217