Skip to content

Event name on widget using _trigger are lowercase #789

Closed
@camilova

Description

@camilova

Please add to the documentation of widget callbacks, that the event name is determined concatenating widget name and custom event, but in lowercase, because there is nothing saying this and when I tried I was thinking that my events were not fired.

They were fired, but my widget has camelCase name, then the event name was camelcaseevent and not camelCasevent

Here, in this article, stay: "The event type is determined by concatenating the plugin name and the callback name."

And, should be: "The event type is determined by concatenating the plugin name and the callback name, both in lower case."

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