mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #18825 from agrahn/rbgroups
implementing optional content radiobutton groups
This commit is contained in:
commit
424f81c4db
5 changed files with 78 additions and 15 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -589,6 +589,7 @@
|
|||
!issue15690.pdf
|
||||
!bug1802888.pdf
|
||||
!issue15759.pdf
|
||||
!issue18823.pdf
|
||||
!issue15753.pdf
|
||||
!issue15789.pdf
|
||||
!fields_order.pdf
|
||||
|
|
BIN
test/pdfs/issue18823.pdf
Normal file
BIN
test/pdfs/issue18823.pdf
Normal file
Binary file not shown.
|
@ -6875,6 +6875,23 @@
|
|||
"7R": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "issue18823-default",
|
||||
"file": "pdfs/issue18823.pdf",
|
||||
"md5": "f5246c476516c96df106ced0c5839da3",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "issue18823-group-three",
|
||||
"file": "pdfs/issue18823.pdf",
|
||||
"md5": "f5246c476516c96df106ced0c5839da3",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"optionalContent": {
|
||||
"15R": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "issue2829",
|
||||
"file": "pdfs/issue2829.pdf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue