Skip to content

Option 'charset' on the CaptchaType has no effect #228

Open
@middlebrain

Description

@middlebrain

According to the documentation the following statement should work:

$builder->add('captcha', CaptchaType::class, array(
    'charset' => '23456789',
));

But it has no effect.

The 'ignore_all_effects' => true option is also ignored. Maybe there are other options affected too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions