Open thearabbit opened 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?
I use AutoForm with alertifyjs popup.
For example I have reactive table with
Telephone
field that have value =123456
And then I update the
Telephone
field to emptyBut on the reactive table still have value
123456
onTelephone
.After that I tried to refresh page, It work fine with empty value.