Added watcher in BaseEditableHolder component which listens for $pcForm.state[inputName] and changes d_value after reset action
Other possible solution
I am not sure if it will be worth adding Event bus for this - discussion needed
Emit reset event from Form component and listen for that event in BaseEditableHolder.
Defect Fixes
fix #6755
Solution
Added watcher in
BaseEditableHolder
component which listens for$pcForm.state[inputName]
and changesd_value
after reset actionOther possible solution
I am not sure if it will be worth adding Event bus for this - discussion needed Emit
reset
event fromForm
component and listen for that event inBaseEditableHolder
.