These new features are designed to improve the collaboration experience in Velt by making it easier for users to work together on documents. Single Editor Mode can be used to prevent conflicts when multiple users are editing the same document, and Text Element Sync can be used to keep everyone in sync with the latest changes to text-based elements. These features are in beta.
This feature allows you to sync Input-type elements so when one user types, it gets filled for other users viewing the element.
To allow Input, Textarea or Contentedible elements to sync across clients, set the data-velt-sync-state attribute to true on the element you are trying to sync.
To disable clicks on elements, set the data-velt-sync-access attribute to false on the element you are trying to disable.