mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Reset the formatted value when after a text field has been modified
This commit is contained in:
parent
2bf68f3c7f
commit
be5db13005
4 changed files with 27 additions and 0 deletions
|
@ -1108,6 +1108,7 @@ class TextWidgetAnnotationElement extends WidgetAnnotationElement {
|
|||
event.target.value,
|
||||
"value"
|
||||
);
|
||||
elementData.formattedValue = null;
|
||||
});
|
||||
|
||||
element.addEventListener("resetform", event => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue