bitcrowd / bitstyles_phoenix

A collection of Elixir phoenix helpers for bitstyles
ISC License
12 stars 0 forks source link

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

Open maltoe opened 2 years ago

maltoe commented 2 years ago

... 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 commented 1 year ago

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 commented 1 year ago

24