-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
area/login/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugstatus/triageteam/core-clients
Description
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:
| <#if attribute.required>*</#if> |
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?
| <#if attribute.required>*</#if> |
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/login/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugstatus/triageteam/core-clients