Previously we would remove elements from the DOM, this caused Ember to get extremely confused and blow up its rendering. Instead only hide the element, do not remove it.
Previously we would remove elements from the DOM, this caused Ember to get extremely confused and blow up its rendering. Instead only hide the element, do not remove it.