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

Fix Livewire form validation #364

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

PerryvanderMeer
Copy link
Contributor

Without the form. prefix, it won't show the actual validation errors (except the manual thrown ValidationException).

@taylorotwell
Copy link
Member

I just installed Breeze yesterday to test this and saw the validation errors if my credentials were incorrect. What am I missing?

@PerryvanderMeer
Copy link
Contributor Author

@taylorotwell only the error for invalid credentials is shown. Please try to remove the required attribute from the input and try to get a validation error for the required or email rule. It won't be shown in the current situation.

@taylorotwell taylorotwell merged commit 22c53b8 into laravel:1.x Mar 4, 2024
18 checks passed
@PerryvanderMeer PerryvanderMeer deleted the fix-form-validation branch March 4, 2024 14:36
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.

2 participants