popup edit and v-if issue
-
Hi,
Quasar 0.17.20
I’m using v-if in popup edit to control editability of datatable.
Initial state (in my app) is v-if false (read-only datatable).
When v-if set to true, popup edit works ok.
But when v-if set to false and then true again (as in “need to edit more”) then errorError in nextTick: “TypeError: Cannot read property ‘removeChild’ of null”
appears for as many popovers (nested in popup-edits) are in the table as soon as v-if is set to true. When touching the cells, nothing happens (no additional errors).
Has anybody solved this?
Regards.