Skip to content

Parameter fields "space" gets replaced by "+" #156

Description

@robertvanlienden

When using an TextField inside parameterFields, after submitting your search, spaces are getting replaced by + icons.

See the screenshot below for some "example";
Silversrtripe-report-issue

Simple work-around is to use str_replace("+", " ", $params['Param']) to replace the +'. But this is not ideal (and confusing for end-users).

Also experiencing this issue when searching for an member with SilverstripeMFA report; https://github.com/silverstripe/silverstripe-mfa/blob/4/src/Report/EnabledMembers.php

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions