As designed "This member limits who may view their full profile." = Label?

Dylan V

Well-known member
Licensed customer
Hello,

This is not really a bug, but I have noticed that the phrase: "This member limits who may view their full profile." is a label:

Screenshot_1.webp

Why put a label for it?
 
The HTML tag indicates it is a label, not that it needs one
It is a simple phrase that does not need to have a label, so I do not see usefulness. Therefore, the cursor is not as if we hover on a simple phrase without label.
 
I'm not sure why they opted to use label instead of something like span but it does in fact have a use. The overlay closer class it's assigned closes the overlay when you click it.
 
This is all setup for error overlays and things like the inline error messages. Clicking an error message that relates to a form element actually focuses the element.

As such, this would be expected.
 
Back
Top Bottom