1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

JS -- add support for choice widget (#12826)

This commit is contained in:
calixteman 2021-01-25 14:40:57 -08:00 committed by GitHub
parent 6249ef517d
commit a3f6882b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 516 additions and 114 deletions

View file

@ -2091,6 +2091,7 @@ class ChoiceWidgetAnnotation extends WidgetAnnotation {
multipleSelection: this.data.multiSelect,
hidden: this.data.hidden,
actions: this.data.actions,
items: this.data.options,
type,
};
}