reactive-table
reactive-table copied to clipboard
Don't reactive data, when update value to empty.
trafficstars
For example I have reactive table with Telephone field that have value = 123456

And then I update the Telephone field to empty

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

After that I tried to refresh page, It work fine with empty value.
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?
I use AutoForm with alertifyjs popup.