primefaces / community

Community Forum
0 stars 0 forks source link

Why put the stepper separator inside the toggleable content? #1982

Open devr52 opened 1 month ago

devr52 commented 1 month ago

Discussed in https://github.com/orgs/primefaces/discussions/1973

Originally posted by **devr52** May 20, 2024 https://github.com/primefaces/primeng/blob/master/src/app/components/stepper/stepper.ts#L278 This is somewhat contradicting on how the horizontal separator works wherein it's [not together with the content](https://github.com/primefaces/primeng/blob/master/src/app/components/stepper/stepper.ts#L214C2-L216C44)? I am trying to get the same line like in the horizontal, but this is impossible to do in the vertical view because the separator can only be seen when the step is active??