yogiben / meteor-autoform-modals

Adds modals to insert/update/delete Meteor collections
63 stars 41 forks source link

Form error messages still persist when insert (but not really insert data) then update. #49

Closed balll closed 9 years ago

balll commented 9 years ago

Form error messages still persist when insert (but not really insert data) then update.

To reproduce

  1. Click the add button (Use afModal operation=insert)
  2. Click create without input any data. screen shot 2558-07-06 at 2 37 53 am
  3. Close the modal without insert any data.
  4. Click the update button (Use afModal operation=update on some existing items) screen shot 2558-07-06 at 2 37 58 am

As you can see. The error messages still persist.

mpowaga commented 9 years ago

Fixed in this commit.