mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[Annotation] Use the field V entry when there is no Parent one for a radio button (bug 1860602)
This commit is contained in:
parent
377af6892b
commit
2f3797db34
3 changed files with 14 additions and 1 deletions
|
@ -3196,7 +3196,7 @@ class ButtonWidgetAnnotation extends WidgetAnnotation {
|
|||
}
|
||||
|
||||
_processRadioButton(params) {
|
||||
this.data.fieldValue = this.data.buttonValue = null;
|
||||
this.data.buttonValue = null;
|
||||
|
||||
// The parent field's `V` entry holds a `Name` object with the appearance
|
||||
// state of whichever child field is currently in the "on" state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue