Actions
Feature #84805
openDetect change-state of field earlier
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2018-04-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
With the new feature to only activate the save button when something changed, the change state should be checked earlier. Now if you are editing a field, but don't leave the field, the field is still in "not-changed" state and therefor, you don't have an activated save button.
Updated by Patrick Broens over 6 years ago
- Related to Task #84753: Save Button Gate phase 1 added
Updated by Rens Admiraal over 6 years ago
suggested solution for detecting value changes https://github.com/WebReflection/wrist
this is needed because for custom editors the field value is set programmatically in a hidden field which does not trigger a change event.
Updated by Christian Kuhn almost 3 years ago
- Related to Epic #84751: Save Button Gate added
Actions