Forum Replies Created
-
AuthorPosts
-
Roderick Geis
ParticipantHi Peter,
No luck. I was also able to recreate the issue on another dummy website.
Roderick Geis
ParticipantSorry, it's
<input type="text" required="1" id="stones_group_info_1_stones_full_name" class="rwmb-text" name="stones_group_info[1][stones_full_name]" aria-labelledby="stones_group_info_1_stones_full_name-label">and
The invalid form control with name=‘stones_group_info[0][stones_full_name]’ is not focusable.Roderick Geis
ParticipantHmm, I updated the plugins, and the issue persists. This time, it has to deal with the HTML:
<input type="text" required="1" id="rpi_stones_group_info_1_stones_full_name" class="rwmb-text" name="stones_group_info[1][stones_full_name]" aria-labelledby="stones_group_info_1_stones_full_name-label">How come it is starting at index 1 and not 0?
The error of my console comes out as:
The invalid form control with name=‘stones_group_info[0][rpi_stones_full_name]’ is not focusable.Roderick Geis
ParticipantI am also experiencing issues with the clonable feature. My case is that when the max clone is set to 2, then the "Add More" does not appear.
My values are also shifted so if I were to manually fix this bug using JS, then the first record is not saved, but the second is. Not sure if this one is related, but it has been happening for me for a while.
Roderick Geis
ParticipantHmm, it seems that using SquirrelySEO caused it to break.
It seems there used to be this issue before:
https://support.metabox.io/topic/image-fields-not-showing/However, looks like the issue is back for me.
-
AuthorPosts