Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check selected type to include required class on password field label #1845

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

phyothiha
Copy link

Issue Reference

#1829

@@ -231,7 +231,7 @@ class="cursor-pointer rounded-md p-1.5 text-2xl transition-all hover:bg-gray-200
<div class="flex gap-4">
<!-- Password -->
<x-admin::form.control-group class="flex-1">
<x-admin::form.control-group.label class="required">
<x-admin::form.control-group.label ::class="user.id ? '' : 'required' ">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the extra space after the required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants