Skip to content

No JS actions on page load #2043

@SaschaValentin

Description

@SaschaValentin

After updating Lowcoder to the latest version, a strange behavior is occurring: On a page, values ​​from the localStorage are supposed to be output to the fields of a form. This always worked perfectly, but unfortunately, since the update, it no longer works. The values ​​are displayed briefly in the fields, but then immediately disappear again. The corresponding entries are definitely present in the localStorage.

In addition, another JavaScript function that should actually be executed when the page starts (this also always worked before) is no longer executed.
Since other JavaScript functions triggered by clicking a button execute without problems, I believe the problem has something to do with the page start (Event: After loading a page).

Is anyone else familiar with this type of behavior, and is there anything I can try to resolve it?

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