Skip to content

Commit 37616c0

Browse files
authored
Add note about how Events are handled
After I already described it in the JavaDocs and the Changelog...
1 parent 5a00851 commit 37616c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ To get started it's recommended to have a look at the demo (notably at the [mini
1212

1313
![demo](assets/demo.png)
1414

15+
> [!NOTE]
16+
> The API only supports sending instructions to the client.<br/>
17+
> Due to data integrity retrieving client-side data (that can be modified by users) is not supported.
18+
> * Event listeners can still be registered but this needs to be done manually.<br/>[An example is available in the demo](https://github.com/xdev-software/vaadin-maps-leaflet-flow/blob/5a008511935105ea977187112cd0053c7de33e19/vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/ComplexDemo.java#L223).
1519
1620
## Installation
1721
[Installation guide of the latest release](https://github.com/xdev-software/vaadin-maps-leaflet-flow/releases/latest#Installation)

0 commit comments

Comments
 (0)