nate-strauser / meteor-x-editable-bootstrap

Smart package for x-editable in place editor
80 stars 51 forks source link

Text appearing twice when saving to collection #41

Closed brylie closed 8 years ago

brylie commented 8 years ago

We are noticing that text appears twice on the screen after disabling the x-editable widget. This may have something to do with Meteor and x-editable trying to manage the DOM at the same time. Has anyone else experienced, and or resolved, this issue?

brylie commented 8 years ago

I found a relatively small fix for this problem in another issue. The solution is to add data-display="false" to any inline editable DOM element.