reactive-table icon indicating copy to clipboard operation
reactive-table copied to clipboard

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

Open thearabbit opened this issue 9 years ago • 2 comments
trafficstars

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.

thearabbit avatar Jun 10 '16 07:06 thearabbit

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?

aslagle avatar Jun 11 '16 18:06 aslagle

I use AutoForm with alertifyjs popup.

thearabbit avatar Jun 12 '16 02:06 thearabbit