cuba-platform / documentation

CUBA Platform Documentation
https://www.cuba-platform.com
Creative Commons Attribution 4.0 International
25 stars 45 forks source link

Missing textChangeEventMode="BLUR" for TextField documentation #692

Closed petersonbr closed 4 years ago

petersonbr commented 4 years ago

Environment

Description of the bug or enhancement

Current documentation:

The TextChangeEventMode defines the way the changes are transmitted to the server to cause a server-side event. There are 3 predefined event modes:

LAZY (default) -... TIMEOUT - ... EAGER - ...

Studio screenshot suggesting another mode (BLUR): image