aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 137 forks source link

Don't reactive data, when update value to empty. #399

Open thearabbit opened 8 years ago

thearabbit commented 8 years ago

For example I have reactive table with Telephone field that have value = 123456

2016-06-10_13-55-01

And then I update the Telephone field to empty

2016-06-10_13-55-55

But on the reactive table still have value 123456 on Telephone.

2016-06-10_13-55-01

After that I tried to refresh page, It work fine with empty value.

aslagle commented 8 years ago

I can't reproduce this by updating a value from the js console or the mongo console, and I don't know what would cause it. Maybe it's related to how the form and the table are using your collection?

thearabbit commented 8 years ago

I use AutoForm with alertifyjs popup.