laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.46k stars 207 forks source link

Login form error with autofill password managers #23

Closed booni3 closed 4 years ago

booni3 commented 4 years ago

Password managers fill both the email and password at the same time. It causes odd behaviour on desktop (flickering) and on iOS it causes the password filling to be completely broken. I have added some more detail on the livewire repo (https://github.com/livewire/livewire/issues/943).

The issue above does not use this preset, but I have since tried it and have the same issues.

I believe the core issue is that we are data binding the email/password via livewire but actually we only really need to send the data with the form submit.

danharrin commented 4 years ago

Closing this issue as it will be dealt with in livewire/livewire#943. Thanks for the report.