Slider not showing up on custom page
Hello,
I am trying to add slider to a custom page. The page is to replace the registration under the panel provider by doing
->registration(CreateGuestLoanApplicationIntro::class)
But the slider only show up as a gray line as provided in the screenshot.
Any help appreciated. Thank you.

3 Replies
Solution
Have you filled the form so it has data?
i.e. $this->form->fill([])
@toeknee ah that make the slider show up now. Thank you!