Skip to content

'/Off' keys not culled in _radio_button() and _checkbox() #3

@remremrem

Description

@remremrem

line 14 and line 30 in pdf_form_filler.py

if ['/Off'] in keys:

should be

if '/Off' in keys:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions