[JS] Update siblings when a field is updated after a calculation (#15092)

This commit is contained in:
Calixte Denizet 2022-06-24 14:23:06 +02:00
parent eace7e4c63
commit a334a21a1d
5 changed files with 58 additions and 1 deletions

View file

@ -1151,6 +1151,7 @@ class Doc extends PDFObject {
field.obj.value = field.obj.defaultValue;
this._send({
id: field.obj._id,
siblings: field.obj._siblings,
value: field.obj.defaultValue,
formattedValue: null,
selRange: [0, 0],