Skip to content

Getting access to data on beforeInsert and afterInsert Callback #69

@mafaust73

Description

@mafaust73

It would be a nice feature to have direct access to the data on certain callbacks. This gives us new possibilities to setup some elements based on the data (as required for example by some input wrapper libraries). Also, the need to first store the values in data attributes and then parse them again is removed. This makes initialization much more faster.

I modified only these two lines:
settings.beforeInsert($templateHtml, data);
settings.afterInsert($templateHtml, data);

Greetings

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions