You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here? Please make sure that you have the latest version of the Laravel installer in order to run this command. Please also make sure you have both Git & the GitHub CLI tool properly set up.
laravel new bug-report --github="--public"
Please do not amend and create a separate commit with your custom changes. After you've posted the repository, we'll try to reproduce the issue.
@driesvints@nunomaduro I found a similar thing where I get duplicated/sticky error messages in a Volt component with a FormObject with validation.
I tried to install a fresh laravel/breeze install with both class and functional Volt components. Just by changing from wire:model to wire:model.live or wire:model.blur for the email input on the login page will reproduce it for me and a colleague.
It seems like theres some issues with the store updating correctly when using a FormObject.
The "The email field is required." message sticks around even if theres data in the input field and also the "The email field must be a valid email address." gets duplicated.
Volt Version
1.0.0
Laravel Version
10.10
PHP Version
8.1
Database Driver & Version
No response
Description
Bug validate with Volt Functional API (duplicate errors, render error input without form.)
![image](https://private-user-images.githubusercontent.com/105599110/309548124-c9fac0f7-f8fa-4d39-ad33-9bf4a02d35ac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDQ3NDcsIm5iZiI6MTczOTY0NDQ0NywicGF0aCI6Ii8xMDU1OTkxMTAvMzA5NTQ4MTI0LWM5ZmFjMGY3LWY4ZmEtNGQzOS1hZDMzLTliZjRhMDJkMzVhYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxODM0MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iNjBjYzFkMWQ3NmM0YmE3ZjU5NmM3ZGNjMTNlZDIyMmM1OTllODcwYjRkZTQxZjhjZDc1YzIzNDc2NDQ3ZTdmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.BlYMY_YYC31aKYWQKznu2ZVElrHb4QrPhmbZrH9W3nE)
![image](https://private-user-images.githubusercontent.com/105599110/309548160-1d53bfe9-8c3c-43ba-a5d9-759db9b819e8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDQ3NDcsIm5iZiI6MTczOTY0NDQ0NywicGF0aCI6Ii8xMDU1OTkxMTAvMzA5NTQ4MTYwLTFkNTNiZmU5LThjM2MtNDNiYS1hNWQ5LTc1OWRiOWI4MTllOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxODM0MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lYjQwMjA1MWY0YTFhYzhhMjA2ZDExYWU4NDVkYjg2ZDQ0MDlmMjk3M2QxNTU3NjdhMjc0MmFjOTAxNzE5MTI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.pHbYYXlqg96LVF7RqJ5wofQbt34lpKV5NZudZbajfB4)
Steps To Reproduce
Initial project with breeze and install with Volt Functional API.
The text was updated successfully, but these errors were encountered: