Reset the formatted value when after a text field has been modified

This commit is contained in:
Calixte Denizet 2023-05-26 10:17:14 +02:00
parent 2bf68f3c7f
commit be5db13005
4 changed files with 27 additions and 0 deletions

View file

@ -1108,6 +1108,7 @@ class TextWidgetAnnotationElement extends WidgetAnnotationElement {
event.target.value,
"value"
);
elementData.formattedValue = null;
});
element.addEventListener("resetform", event => {