petal_components icon indicating copy to clipboard operation
petal_components copied to clipboard

Slide over not showing up after updating to 1.7.0

Open samuelpordeus opened this issue 1 year ago • 2 comments

what is happening

we have a slide over that isn't opening after updating to 1.7.0 and some others aren't respecting the origin (it should come from the right side, but it's not)

clues

i don't think it's related to the changes we made to add close_slide_over_target attr. i suspect that is related to this commit: https://github.com/petalframework/petal_components/commit/2242a9ca324eec2444ed5b943dece056da243560

how we are calling the component:

<.form for={@form} id={@id} class="grow" phx-target={@myself} phx-change="validate" phx-submit="submit">
  <.slide_over origin="right" max_width="lg" title={@title}>

samuelpordeus avatar Oct 16 '23 13:10 samuelpordeus