Fixing autocomplete attributes here as requested by @driesvints
Related PR: https://github.com/laravel/breeze/pull/245
Cool, @lukearmstrong can you also send this to Jetstream?
Yep, will check the inputs there too.
Testing a Laravel application earlier I noticed the password manager in Chrome wasn't able to set a new password on the registration form, it only completed one of the fields with the generated password.
But it was able to on the edit profile form, so then I just double checked all of the inputs to make sure they all had the correct autocomplete values to hint to browsers and password managers what to do.