stephanrauh / ngx-extended-pdf-viewer

A full-blown PDF viewer for Angular 16, 17, and beyond
https://pdfviewer.net
Apache License 2.0
472 stars 180 forks source link

Pdf form field is reset when entering and exiting the field #2538

Open AlexBarthelemy opened 2 weeks ago

AlexBarthelemy commented 2 weeks ago

Hello,

I have a bug in my app when I'm using this library.

I can reproduce the case in the showcase :

  1. Go to https://pdfviewer.net/extended-pdf-viewer/forms
  2. In the form field (of the form, not the pdf) 'Lucia', enter something ("Lucia Perez" for example) => in the pdf, the field has been updated (OK)
  3. In the PDF, If I go in and out of the field "Lucia Perez", the value (in the field of the pdf) is reset to "Lucia" (KO)
stephanrauh commented 2 weeks ago

Good news for you, bad news for me: I can confirm this bug. That's nasty. It's always hard to hunt down form bugs!