vaadin / collaboration-engine

The simplest way to build real-time collaboration into web apps
https://vaadin.com/collaboration
Other
3 stars 1 forks source link

CollaborationBinder does not support ReadOnlyHasValue #56

Open heruan opened 2 years ago

heruan commented 2 years ago

CollaborationBinder currently support bindings only to HasValue implementations which are also Component instances. This is because every binding must have a Component to hook up context activation to attach/detach events.

This ticket is here to discuss how we can provide support to ReadOnlyHasValue bindings.