- This topic has 2 replies, 2 voices, and was last updated 1 year, 1 month ago by .
-
Topic
-
When adding fieldset_text within a group the ID of the input element does not render correctly and there ends up being multiple elements with the same ID.
I have a group with an id of “ditty_slider_display“. The fieldset_text field has an id of “fieldset_text” and the options are: “paddingTop, “paddingBottom”, “paddingLeft”, “paddingRight”.
When the inputs render they are as follows:
<input size="30" type="text" id="_ditty_slider_display_" class="rwmb-fieldset_text" name="_ditty_slider_display[padding][paddingTop]"> <input size="30" type="text" id="_ditty_slider_display_" class="rwmb-fieldset_text" name="_ditty_slider_display[padding][paddingBottom]"> <input size="30" type="text" id="_ditty_slider_display_" class="rwmb-fieldset_text" name="_ditty_slider_display[padding][paddingLeft]"> <input size="30" type="text" id="_ditty_slider_display_" class="rwmb-fieldset_text" name="_ditty_slider_display[padding][paddingRight]">
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.