You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a a required where a client wants a contact us form in an accordion.
The same contact us would be repeated in the bottom section of each accordion.
However it Resulting in the following warnings within the console
[DOM] Found 2 elements with non-unique id #f929286c-051b-4011-fa9e-0e3ed52fe13d: (More info: https://goo.gl/9p2vKq) <textarea class="form-control" name="f929286c-051b-4011-fa9e-0e3ed52fe13d" id="f929286c-051b-4011-fa9e-0e3ed52fe13d" data-umb="f929286c-051b-4011-fa9e-0e3ed52fe13d" rows="2" maxlength="800" cols="20" placeholder="Purpose of loan" data-val="true" data-val-required="Please enter the purpose of loan"></textarea>
<textarea class="form-control" name="f929286c-051b-4011-fa9e-0e3ed52fe13d" id="f929286c-051b-4011-fa9e-0e3ed52fe13d" data-umb="f929286c-051b-4011-fa9e-0e3ed52fe13d" rows="2" maxlength="800" cols="20" placeholder="Purpose of loan" data-val="true" data-val-required="Please enter the purpose of loan"></textarea>
The text was updated successfully, but these errors were encountered:
Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more.
We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed).
To open it this issue up again, you can write @umbrabot still relevant in a new comment as the first line. It would be super helpful for us if on the next line you could let us know why you think it's still relevant.
For example:
@umbrabot still relevant
This bug can still be reproduced in version x.y.z
We have a a required where a client wants a contact us form in an accordion.
The same contact us would be repeated in the bottom section of each accordion.
However it Resulting in the following warnings within the console
The text was updated successfully, but these errors were encountered: