-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add support for ResetForm action #12721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Another test case ( |
The "Reset" button in the first form of this issue (https://web.archive.org/web/20201016170601/https://www2.illinois.gov/rev/forms/reg/Documents/reg-1-mr.pdf) is actually clickable and it works when the PDF is loaded from https. It doesn't work when the PDF is saved and then opened from the disk. The "Cancella Dati" button in the second form of his issue actually isn't clickable at all. Maybe they are actually two different issues? |
- it aims to fix mozilla#12721. - Thanks to PR mozilla#14023, we've now the fieldObjects in the annotation layer so we can easily map fields names on their id if needed. - Reset values in the storage, in the JS sandbox and in the visible html elements.
- it aims to fix mozilla#12721. - Thanks to PR mozilla#14023, we've now the fieldObjects in the annotation layer so we can easily map fields names on their id if needed. - Reset values in the storage, in the JS sandbox and in the visible html elements.
- it aims to fix mozilla#12721. - Thanks to PR mozilla#14023, we've now the fieldObjects in the annotation layer so we can easily map fields names on their id if needed. - Reset values in the storage, in the JS sandbox and in the visible html elements.
- it aims to fix mozilla#12721. - Thanks to PR mozilla#14023, we've now the fieldObjects in the annotation layer so we can easily map fields names on their id if needed. - Reset values in the storage, in the JS sandbox and in the visible html elements.
- it aims to fix mozilla#12721. - Thanks to PR mozilla#14023, we've now the fieldObjects in the annotation layer so we can easily map fields names on their id if needed. - Reset values in the storage, in the JS sandbox and in the visible html elements.
- it aims to fix mozilla#12721. - Thanks to PR mozilla#14023, we've now the fieldObjects in the annotation layer so we can easily map fields names on their id if needed. - Reset values in the storage, in the JS sandbox and in the visible html elements.
The spec for this action:
https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf#G11.2111850
An example of a form using this action:
https://www2.illinois.gov/rev/forms/reg/Documents/reg-1-mr.pdf
The text was updated successfully, but these errors were encountered: