Skip to content

Add ability to insert content at begin and end of rendered ActiveField #117

@kartik-v

Description

@kartik-v

New ActiveField properties:

    /**
     * @var string content to be placed before field within the form group at the beginning
     */
    public $contentBeforeField = '';

    /**
     * @var string content to be placed after field within the form group at the end
     */
    public $contentAfterField = '';

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions