laravel-enso / people

Person management dependency for Laravel Enso
MIT License
5 stars 6 forks source link

Creating a new person causes an update on every key-press #7

Closed wbovela closed 5 years ago

wbovela commented 5 years ago

This is a question.

Prerequisites [x ] Are you running the latest version? [ x] Are you reporting to the correct repository? [ x] Did you check the documentation? [ x] Did you perform a cursory search?

Description When creating a new person, every key-press in the fields Name, Appellative, Phone Number, Birthday, Unique Identifier and Notes results in a record update including a toaster message. Is this intended? Because it's less than user friendly in my opinion.

Steps to Reproduce Create a new person, type in a unique email address, change either one of the fields mentioned above.

Expected behaviour Update to be performed when a "Save" button is pressed.

Actual behaviour Each key press generates an update, a toaster message and a progress bar.