Hi,
I'm using APEX 23.2.0 and when I create a page item, the java console shows this error always.
It seems that the tag ‘for’ and ‘id’ doesn't have the same value but I don't know why the tag ‘id’ have the word '_LABEL' after de value.
<label for="P9999_REMEMBER" id="P9999_REMEMBER_LABEL" class="t-Form-label u-VisuallyHidden">Remember username</label>
What could be the reason? How can I fix it?
Thanks in advance.