netojose / laravel-bootstrap-4-forms

Bootstrap 4 forms for Laravel 5/6/7/8
MIT License
183 stars 58 forks source link

Multiple form's fields become empty on error #88

Closed kaziu687 closed 2 years ago

kaziu687 commented 5 years ago

When page contains more than one form that bug appears. For example when you have form A initially filled with any data and you submit form B with invalid data errors at form B become marked. Form A is filled with "old" data, but old() function returns only old data for form B. As result form A that should remain untouched become empty.