Skip to content

Form Framework: Number - step option bug #19

@madalinatarcea

Description

@madalinatarcea

If we set the step option we got this error: bcs the value from step is int
Screen Shot 2021-08-27 at 8 15 23 AM
Could you pls fix that?
maybe adding on line: 142 -> Classes/ViewHelpers/TranslateElementPropertyViewHelper.php
if (is_string($value)) {
$ret[$key] = self::renderTranslation(
$translationKey . '.' . $key,
$value,
$translationArguments
);
}

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