-
Improvement
-
Resolution: Invalid
-
Major
-
None
-
None
-
None
The FieldController now handles a new configuration :
<check-change-onblur>true|false</check-change-onblur> // defaults to true
As a result, all the ribbon fields handled by a FieldController will be checked for changes on blur exclusively, unless we set this config to false.
Change reverted because in some cases it did more harm than good. Ex: Change a ribbon field and then change tab while hiding the current tab => the HTML 'change' event is not fired => our field keeps its old value