Specify a custom localStorage key for autosave with auto-save-key. This prevents collisions when multiple editors share the same page.
<richtextbox toolbar="default"
height="300px"
auto-save="true"
auto-save-key="my-editor-draft"
html="..." />