Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Base theme: user properties required mark is missing the required class #45058

@tagliala

Description

@tagliala

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

login/ui

Describe the bug

Hello,

apologies if this is a duplicate, at the best of my knowledge it isn't. I've also used Copilot to attempt to find duplicates

Is the following:

Supposed to be

- <#if attribute.required>*</#if>
+ <#if attribute.required><span class="required">*</span></#if>

?

Version

main branch

Regression

  • The issue is a regression

Expected behavior

I was expecting that all required chars were wrapped in a <span class="required"> tag

Actual behavior

The * is being added as text to the page

How to Reproduce?

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions