F
Filamentβ€’9mo ago
Damien

Missing form elements for Edit Profile

I have experienced something previously that is similar to this however it was fixed when I moved to a wizard which does not seem as suitable in this scenario. I have following the documentation for creating an edit profile page but as you can see within my image, not all of the elements are rendering in the form correctly. If I add additional elements, others do appear, but it always seems to be the 3rd element (both this time and last time) that is missing from the form. Is there a known issue for this or any ideas on what could be causing this?
No description
8 Replies
Damien
Damienβ€’9mo ago
Just for additional context, if I add a new element in the 3rd position, it does not appear but the one underneat does:
No description
toeknee
toekneeβ€’9mo ago
There is nothing about the elements you are rendering to dictact if they should or shoud not be loaded. However, I would delive into each function to check their conditions for rendering
Damien
Damienβ€’9mo ago
It doesn't seem to matter which ones I use, I can use 3 text inputs and only 2 of them will render. it is the weirdest behaviour. I tried setting up a repro last time for an issue and I couldn't repro it πŸ˜‚
Damien
Damienβ€’9mo ago
here is a little recording of it in action
toeknee
toekneeβ€’9mo ago
Inspect the coe is it there? You might be hiding it with CSS. But also... you shouldn't use the same named field πŸ™‚
Damien
Damienβ€’9mo ago
ah it was css πŸ˜… although it was due to child(nth) selector which was used for the initial login form and has since been fixed.
toeknee
toekneeβ€’9mo ago
There you go πŸ˜‰
Damien
Damienβ€’9mo ago
sometimes I wonder how I even have a job