Skip to content
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

Phoenix by default assigns invalid-feedback class to error tags #70

Open
maltoe opened this issue Dec 22, 2021 · 2 comments
Open

Phoenix by default assigns invalid-feedback class to error tags #70

maltoe opened this issue Dec 22, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@maltoe
Copy link
Contributor

maltoe commented Dec 22, 2021

... and LiveView sets the following CSS to hide invalid tags before the user has entered data:


.phx-no-feedback.invalid-feedback,
.phx-no-feedback .invalid-feedback, {
  display: none;
}

what to do?

@andreasknoepfle
Copy link
Member

So this would be css that would be specific to phoenix. I think it does not make sense including this into bitstyles and bitstyles_phoenix currently has no css part. I think the easiest would be adding this to a general setup guide.

@andreasknoepfle
Copy link
Member

#24

@andreasknoepfle andreasknoepfle added the documentation Improvements or additions to documentation label Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants