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?
8 Replies
Just for additional context, if I add a new element in the 3rd position, it does not appear but the one underneat does:
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
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 π
here is a little recording of it in action
Inspect the coe is it there? You might be hiding it with CSS. But also... you shouldn't use the same named field π
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.There you go π
sometimes I wonder how I even have a job